Skip to content

Commit f016fa3

Browse files
committedMay 13, 2017
iana-etc: 20170417 -> 20170512
1 parent ae12ded commit f016fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/data/misc/iana-etc/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "iana-etc-${version}";
5-
version = "20170417";
5+
version = "20170512";
66

77
src = fetchurl {
88
url = "https://github.com/Mic92/iana-etc/releases/download/${version}/iana-etc-${version}.tar.gz";
9-
sha256 = "0gzv8ldyf3g70m4k3m50p2gbqwvxa343v2q4xcnl1jqfgw9db5wf";
9+
sha256 = "0zx2ag894qldvrv8f4hs84644kdcp8a83gjg33xsw8rrn38gll2a";
1010
};
1111

1212
installPhase = ''

0 commit comments

Comments
 (0)