nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Revert "gnupg: 2.4.0 -> 2.4.1"

authored by

Vladimír Čunát and committed by
GitHub
87681f75 ae3f6c9c

+2 -2
+2 -2
pkgs/tools/security/gnupg/24.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "gnupg"; 15 - version = "2.4.1"; 15 + version = "2.4.0"; 16 16 17 17 src = fetchurl { 18 18 url = "mirror://gnupg/gnupg/${pname}-${version}.tar.bz2"; 19 - hash = "sha256-drceWutEO/2RDOnLyCgbYXyDQWh6+2e65FWHeXK1neg="; 19 + hash = "sha256-HXkVjdAdmSQx3S4/rLif2slxJ/iXhOosthDGAPsMFIM="; 20 20 }; 21 21 22 22 depsBuildBuild = [ buildPackages.stdenv.cc ];