mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #55307 from r-ryantm/auto-update/libgnurl
libgnurl: 7.62.0 -> 7.63.0
This commit is contained in:
commit
ff8b96d90c
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
libidn2, libunistring, nghttp2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "7.62.0";
|
||||
version = "7.63.0";
|
||||
|
||||
name = "libgnurl-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/gnunet/gnurl-${version}.tar.gz";
|
||||
sha256 = "15b5fn4na9vzmzp4i0jf7al9v3q0abx51g1sgkrdsvdxhypwji1v";
|
||||
sha256 = "15y4yjy67n3c57kp0yszklcrz2nickrvjvd6laizs6kdbpixjdfl";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ libtool groff perl pkgconfig python2 ];
|
||||
|
|
Loading…
Reference in a new issue