diff options
| author | Franz Pletz <fpletz@fnordicwalking.de> | 2025-08-10 12:43:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-10 12:43:42 +0200 |
| commit | 58025d9858835fd31c34bdc820e084c48588ff22 (patch) | |
| tree | a11585535585ebec8350747013c024fb59f53fee | |
| parent | workout-tracker: 2.4.0 → 2.4.1 (#431837) (diff) | |
| parent | pinentry: 1.3.1 -> 1.3.2 (diff) | |
| download | nixpkgs-58025d9858835fd31c34bdc820e084c48588ff22.tar.gz | |
pinentry: 1.3.1 -> 1.3.2 (#432179)
| -rw-r--r-- | pkgs/tools/security/pinentry/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pinentry/default.nix b/pkgs/tools/security/pinentry/default.nix index 6bd51d35d015..bbda793a4448 100644 --- a/pkgs/tools/security/pinentry/default.nix +++ b/pkgs/tools/security/pinentry/default.nix @@ -67,11 +67,11 @@ let in stdenv.mkDerivation rec { pname = "pinentry-${pinentryExtraPname}"; - version = "1.3.1"; + version = "1.3.2"; src = fetchurl { url = "mirror://gnupg/pinentry/pinentry-${version}.tar.bz2"; - hash = "sha256-vHLuJ8cjkAerGJbDwvrlOwduLJvSSD3CdpoWkCvOjAQ="; + hash = "sha256-jphu2IVhtNpunv4MVPpMqJIwNcmSZN8LBGRJfF+5Tp4="; }; nativeBuildInputs = [ |
