Skip to content

Commit

Permalink
schismtracker: 20240809 -> 20241226
Browse files Browse the repository at this point in the history
  • Loading branch information
cything committed Jan 18, 2025
1 parent 6e0876c commit e1e065c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkgs/applications/audio/schismtracker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,23 @@
SDL2,
libXext,
Cocoa,
utf8proc,
nix-update-script,
}:

stdenv.mkDerivation rec {
pname = "schismtracker";
version = "20240809";
version = "20241226";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-J4al7XU+vvehDnp2fRrVesWyUN4i63g5btUkjarpXbk=";
hash = "sha256-CZc5rIAgEydb8JhtkRSqEB9PI7TC58oJZg939GIEiMs=";
};

passthru.updateScript = nix-update-script { };

# If we let it try to get the version from git, it will fail and fall back
# on running `date`, which will output the epoch, which is considered invalid
# in this assert: https://github.com/schismtracker/schismtracker/blob/a106b57e0f809b95d9e8bcf5a3975d27e0681b5a/schism/version.c#L112
Expand All @@ -38,6 +42,7 @@ stdenv.mkDerivation rec {
autoreconfHook
perl
pkg-config
utf8proc
];

buildInputs =
Expand Down

0 comments on commit e1e065c

Please sign in to comment.