poptracker: 0.34.0 -> 0.35.0

This commit is contained in:
R. Ryantm
2026-04-03 19:38:27 +00:00
parent b10875c87d
commit 99b0cc81fa
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "poptracker";
version = "0.34.0";
version = "0.35.0";
src = fetchFromGitHub {
owner = "black-sliver";
repo = "PopTracker";
tag = "v${finalAttrs.version}";
hash = "sha256-4sdwW4P+5Y+JHy2dU55Fobedh0toXoU6pIWTN294GMc=";
hash = "sha256-2lSucUTisiKxYlluVzVccfU83toSN5FelE+KdD77gq8=";
fetchSubmodules = true;
};