Merge pull request #325205 from trofi/pinentry-update

pinentry: 1.3.0 -> 1.3.1
This commit is contained in:
Franz Pletz 2024-07-08 01:54:54 +02:00 committed by GitHub
commit 9e62220411
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [