mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gnupg: 2.1.8 -> 2.1.9
This commit is contained in:
parent
cfb2651959
commit
7fccf2ea68
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ with stdenv.lib;
|
|||
assert x11Support -> pinentry != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnupg-2.1.8";
|
||||
name = "gnupg-2.1.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
|
||||
sha256 = "18w14xp0ynzzwpklyplkzbrncds1hly4k2gjx115swch8qgd1f53";
|
||||
sha256 = "1dpp555glln6fldk72ad7lkrn8h3cr2bg714z5kfn2qrawx67dqw";
|
||||
};
|
||||
|
||||
postPatch = stdenv.lib.optionalString stdenv.isLinux ''
|
||||
|
|
Loading…
Reference in a new issue