mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
libgpg-error: 1.59 -> 1.61
This commit is contained in:
parent
9d8e096346
commit
f97af3c9f7
1 changed files with 2 additions and 2 deletions
|
|
@ -25,11 +25,11 @@ in
|
|||
stdenv.mkDerivation (
|
||||
rec {
|
||||
pname = "libgpg-error";
|
||||
version = "1.59";
|
||||
version = "1.61";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnupg/libgpg-error/libgpg-error-${version}.tar.bz2";
|
||||
hash = "sha256-oZvFCH/ZcCbZPLS0XVFjjRolICpeH7w5BXmfQkz6YTQ=";
|
||||
hash = "sha256-eoVBPyvDVPT4qoMrcYrxIuSJZeng65AS7mWcE8Y4XJM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue