peazip: 10.3.0 -> 10.4.0

This commit is contained in:
R. Ryantm
2025-04-14 08:19:17 +00:00
parent 8f1cb388e9
commit afed09d4a2
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "peazip";
version = "10.3.0";
version = "10.4.0";
src = fetchFromGitHub {
owner = "peazip";
repo = "peazip";
rev = version;
hash = "sha256-rEddDg2sS/4+HK3UqPEWudWnwjMPNjA2+v4CKtFtZYM=";
hash = "sha256-tA2JLO4KIqFOVZyt7CPMRJTojQFQVQqGGOeh3sU/FuQ=";
};
sourceRoot = "${src.name}/peazip-sources";