libidn: 1.36 -> 1.37
See https://lists.gnu.org/archive/html/info-gnu/2021-05/msg00012.html for release information. This release is announced as API and ABI compatible.
This commit is contained in:
parent
3ce66c03b3
commit
f41ca596c8
@ -1,11 +1,12 @@
|
||||
{ fetchurl, lib, stdenv, libiconv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libidn-1.36";
|
||||
pname = "libidn";
|
||||
version = "1.37";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/libidn/${name}.tar.gz";
|
||||
sha256 = "0f20n634whpmdwr81c2r0vxxjwchgkvhsr1i8s2bm0ad6h473dhl";
|
||||
url = "mirror://gnu/libidn/${pname}-${version}.tar.gz";
|
||||
sha256 = "1hljls9rkilh04dwiwg388wk8djkac8idijrdysqq2nqbh6rg3iw";
|
||||
};
|
||||
|
||||
outputs = [ "bin" "dev" "out" "info" "devdoc" ];
|
||||
|
Loading…
Reference in New Issue
Block a user