progress-tracker: 1.7.1 -> 1.7.2

This commit is contained in:
R. Ryantm
2025-11-27 20:25:17 +00:00
parent bc0da6f230
commit 1e034c82a7
+2 -2
View File
@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "progress-tracker";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "smolBlackCat";
repo = "progress-tracker";
rev = "v${finalAttrs.version}";
hash = "sha256-ejXN10OyzvHi7n0ph7pnAxgonqexv1d3Yxi3s7ej2i4=";
hash = "sha256-RIguUto0ADAT9OJ+gBf/JBpAiDn1DX9NBuGmDJYJn+Q=";
fetchSubmodules = true;
};