Merge pull request #294159 from r-ryantm/auto-update/gnupg

gnupg: 2.4.4 -> 2.4.5
This commit is contained in:
Weijia Wang 2024-03-17 23:40:43 +01:00 committed by GitHub
commit 23b2d5400f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@ assert guiSupport -> enableMinimal == false;
stdenv.mkDerivation rec {
pname = "gnupg";
version = "2.4.4";
version = "2.4.5";
src = fetchurl {
url = "mirror://gnupg/gnupg/${pname}-${version}.tar.bz2";
hash = "sha256-Z+vgFsqQ+naIzmejh+vYLGJh6ViX23sj3yT/M1voW8Y=";
hash = "sha256-9o99ddBssWNcM2002ESvl0NsP2TqFLy3yGl4L5b0Qnc=";
};
depsBuildBuild = [ buildPackages.stdenv.cc ];