progress-tracker: 1.7.2 -> 1.7.3

This commit is contained in:
R. Ryantm
2025-12-04 05:43:23 +00:00
parent a0753c1e29
commit d3e6a9264c
+2 -2
View File
@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "progress-tracker";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "smolBlackCat";
repo = "progress-tracker";
rev = "v${finalAttrs.version}";
hash = "sha256-RIguUto0ADAT9OJ+gBf/JBpAiDn1DX9NBuGmDJYJn+Q=";
hash = "sha256-jFHB/YqdRlLihRWfxgap1OCZkbYqh5knfBzuEiWJjRY=";
fetchSubmodules = true;
};