Skip to content

Commit 3f4f2ae

Browse files
authored
schismtracker: 20250208 -> 20250313 (NixOS#390042)
2 parents 144564c + e116b7c commit 3f4f2ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/audio/schismtracker/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
stdenv.mkDerivation rec {
1717
pname = "schismtracker";
18-
version = "20250208";
18+
version = "20250313";
1919

2020
src = fetchFromGitHub {
2121
owner = "schismtracker";
2222
repo = "schismtracker";
2323
tag = version;
24-
hash = "sha256-nL2zvlu/xPW4CmwqWP2V9KOPdUJ/vCBtlG7rKDiwtgg=";
24+
hash = "sha256-AiQ5+HTosVOR+Z5+uT6COMLvkGS3zvXtkCkg16MhVf4=";
2525
};
2626

2727
# If we let it try to get the version from git, it will fail and fall back

0 commit comments

Comments
 (0)