pinentry: 1.3.0 -> 1.3.1

Changes: https://dev.gnupg.org/T7046#187976
This commit is contained in:
Sergei Trofimovich 2024-07-07 09:44:12 +01:00
parent 8f3b38daf2
commit 91f5c7ac3e

View File

@ -68,11 +68,11 @@ let
in
pinentryMkDerivation rec {
pname = "pinentry-${pinentryExtraPname}";
version = "1.3.0";
version = "1.3.1";
src = fetchurl {
url = "mirror://gnupg/pinentry/pinentry-${version}.tar.bz2";
hash = "sha256-mzzVIm51l/L97TmaO8ZZkjNRU2VZ6dsIJpgbyjFklN4=";
hash = "sha256-vHLuJ8cjkAerGJbDwvrlOwduLJvSSD3CdpoWkCvOjAQ=";
};
nativeBuildInputs = [