schismtracker: 20250208 -> 20250313 (#390042)

authored by Weijia Wang and committed by GitHub 3f4f2ae4 144564cc

+2 -2
+2 -2
pkgs/applications/audio/schismtracker/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "schismtracker"; 18 - version = "20250208"; 18 + version = "20250313"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "schismtracker"; 22 22 repo = "schismtracker"; 23 23 tag = version; 24 - hash = "sha256-nL2zvlu/xPW4CmwqWP2V9KOPdUJ/vCBtlG7rKDiwtgg="; 24 + hash = "sha256-AiQ5+HTosVOR+Z5+uT6COMLvkGS3zvXtkCkg16MhVf4="; 25 25 }; 26 26 27 27 # If we let it try to get the version from git, it will fail and fall back