Skip to content

Commit c40ac69

Browse files
GeNTooFReaKglobin
authored andcommittedJul 31, 2017
1 parent b2d19a4 commit c40ac69

File tree

1 file changed

+2
-2
lines changed
  • pkgs/tools/security/gnupg

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/security/gnupg/21.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ assert guiSupport -> pinentry != null;
1515
stdenv.mkDerivation rec {
1616
name = "gnupg-${version}";
1717

18-
version = "2.1.21";
18+
version = "2.1.22";
1919

2020
src = fetchurl {
2121
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
22-
sha256 = "1p97limv29p01y79mgnzpwixa50lv53wgdl3ymk9idkmpaldisks";
22+
sha256 = "1msazgy1q1pp7y2xr46z0il4pfzmzgzkp7v0hv5cz4hvkspnywa6";
2323
};
2424

2525
buildInputs = [

1 commit comments

Comments
 (1)

FRidh commented on Jul 31, 2017

@FRidh
Member

Because I had just cross-merged master and staging, I now merged this revision into staging again as well so that build goes faster (hopefully).

Please sign in to comment.