phpExtensions.gnupg: 1.5.3 -> 1.5.4

This commit is contained in:
Piotr Kwiecinski
2025-08-27 08:48:41 +02:00
parent bf8deab9f8
commit 2227358346

View File

@@ -9,7 +9,7 @@
}:
let
version = "1.5.3";
version = "1.5.4";
in
buildPecl {
inherit version;
@@ -20,7 +20,7 @@ buildPecl {
repo = "php-gnupg";
rev = "gnupg-${version}";
fetchSubmodules = true;
hash = "sha256-F9Rq+mmUhvXfIuoifqRM/ZIMYszCF93cvv13Vt/A5Mo=";
hash = "sha256-g9w0v9qc/Q5qjB9/ekZyheQ1ClIEqMEoBc32nGWhXYA=";
};
buildInputs = [ gpgme ];