We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 144564c + e116b7c commit 3f4f2aeCopy full SHA for 3f4f2ae
pkgs/applications/audio/schismtracker/default.nix
@@ -15,13 +15,13 @@
15
16
stdenv.mkDerivation rec {
17
pname = "schismtracker";
18
- version = "20250208";
+ version = "20250313";
19
20
src = fetchFromGitHub {
21
owner = "schismtracker";
22
repo = "schismtracker";
23
tag = version;
24
- hash = "sha256-nL2zvlu/xPW4CmwqWP2V9KOPdUJ/vCBtlG7rKDiwtgg=";
+ hash = "sha256-AiQ5+HTosVOR+Z5+uT6COMLvkGS3zvXtkCkg16MhVf4=";
25
};
26
27
# If we let it try to get the version from git, it will fail and fall back
0 commit comments