3
0
Fork 0
forked from mirrors/nixpkgs

iana-etc: 20180108 -> 20180405

This commit is contained in:
Jörg Thalheim 2018-04-07 08:26:53 +01:00
parent 8c2b80290a
commit 6b69f22f13

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "iana-etc-${version}";
version = "20180108";
version = "20180405";
src = fetchurl {
url = "https://github.com/Mic92/iana-etc/releases/download/${version}/iana-etc-${version}.tar.gz";
sha256 = "1x4jacrvjwcsan88rg2wf2a8bajsglg6w4396vbr18zh0sya84a2";
sha256 = "0x6i95arrc4lcq2il3r05hbnd9vsi87z4yc8s3agkvbj74d6hfhj";
};
installPhase = ''