nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

libidn2: 2.2.0 -> 2.3.0

authored by

R. RyanTM and committed by
Frederik Rietdijk
27810a07 d024d386

+2 -2
+2 -2
pkgs/development/libraries/libidn2/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "libidn2"; 7 - version = "2.2.0"; 7 + version = "2.3.0"; 8 8 9 9 src = fetchurl { 10 10 url = "mirror://gnu/gnu/libidn/${pname}-${version}.tar.gz"; 11 - sha256 = "1zl1cc2xgxw31pdhvhr5ij36x4vvpy16jq667rspin06nlr4fwzw"; 11 + sha256 = "1ddqr80kmz4l8g3r3gf7bmf2v29fgivlc2bgxfiscjg2sarivjz1"; 12 12 }; 13 13 14 14 outputs = [ "bin" "dev" "out" "info" "devdoc" ];