peazip: 10.4.0 -> 10.5.0

This commit is contained in:
R. Ryantm
2025-06-15 12:34:15 +00:00
parent 56b033fe4f
commit 641b6caece
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "peazip";
version = "10.4.0";
version = "10.5.0";
src = fetchFromGitHub {
owner = "peazip";
repo = "peazip";
rev = version;
hash = "sha256-tA2JLO4KIqFOVZyt7CPMRJTojQFQVQqGGOeh3sU/FuQ=";
hash = "sha256-tEx0ZSvv+byn8OPSFprFJwMFxuEQzyrkvk4FbvGtH2A=";
};
sourceRoot = "${src.name}/peazip-sources";