poptracker: 0.31.0 -> 0.32.1

This commit is contained in:
R. Ryantm 2025-06-26 08:12:17 +00:00
parent fcde5a91e4
commit 5d00a6bc3a

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "poptracker";
version = "0.31.0";
version = "0.32.1";
src = fetchFromGitHub {
owner = "black-sliver";
repo = "PopTracker";
rev = "v${finalAttrs.version}";
hash = "sha256-uGzgkXOXmpByXewDuo0NieXHYT6fzaHqyfP60V5fMOY=";
hash = "sha256-DFJfuDOzcVdiXLv5EzO5TL3UJLCZPM1bTZharp2ww5U=";
fetchSubmodules = true;
};