peazip: 10.0.0 -> 10.1.0

This commit is contained in:
R. Ryantm
2024-12-07 05:44:10 +00:00
parent c90e086ba3
commit 6b7dea8d87
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "peazip";
version = "10.0.0";
version = "10.1.0";
src = fetchFromGitHub {
owner = "peazip";
repo = pname;
rev = version;
hash = "sha256-dxFGYMq1L7oRGUAfshLTBCXrYL6lzJPu5qIItrjeE5c=";
hash = "sha256-jYm3Ngwby75eUFM59tCQ7KWVywQOj+IzuPpATD+QhLo=";
};
sourceRoot = "${src.name}/peazip-sources";