poptracker: 0.35.1 -> 0.35.3

This commit is contained in:
R. Ryantm
2026-06-28 06:41:35 +00:00
parent bdd995eaee
commit 577110cd84
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "poptracker";
version = "0.35.1";
version = "0.35.3";
src = fetchFromGitHub {
owner = "black-sliver";
repo = "PopTracker";
tag = "v${finalAttrs.version}";
hash = "sha256-YPYGK1yDw0K5/gbJ9jwFSbpIJGKpkGy2iIcMiA9/xmA=";
hash = "sha256-HMuv6y8xPGI0+bI5/FCEnDwNbuP+Omcx2sn38d+6l7s=";
fetchSubmodules = true;
};