gnupg: 2.4.4 -> 2.4.5

This commit is contained in:
R. Ryantm 2024-03-08 00:46:24 +00:00
parent c8cd65298e
commit bcb2eaea45
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 ];