libgpg-error: 1.55 -> 1.58 (#449731)

This commit is contained in:
R. RyanTM
2026-02-18 00:28:10 +01:00
committed by GitHub
parent 1400e45293
commit ac538888b8
+2 -2
View File
@@ -25,11 +25,11 @@ in
stdenv.mkDerivation (
rec {
pname = "libgpg-error";
version = "1.55";
version = "1.58";
src = fetchurl {
url = "mirror://gnupg/libgpg-error/libgpg-error-${version}.tar.bz2";
hash = "sha256-lbF4FIhj8H1F3wzqZ+iAp5ue9x9dIwut3ABxEoUW73g=";
hash = "sha256-+UOuqagwqL2TjlEktXnvrs4koyJf9MPSdhGoDOEmDCc=";
};
postPatch = ''