Merge pull request #331448 from r-ryantm/auto-update/progress-tracker

progress-tracker: 1.5.2 -> 1.6
This commit is contained in:
Matthias Beyer
2024-08-01 13:14:39 +02:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "progress-tracker";
version = "1.5.2";
version = "1.6";
src = fetchFromGitHub {
owner = "smolBlackCat";
repo = "progress-tracker";
rev = "v${finalAttrs.version}";
hash = "sha256-SM68TPxCMmLELKuryx4jde9TeK4mxfSrZ+uE/lFdP7M=";
hash = "sha256-uUw3+BJWRoCT1VH27SZBEBRsEbbpaP4IahKonfSOyeM=";
};
nativeBuildInputs = [