Skip to content

Commit

Permalink
iana-etc: 20171106 -> 20180108
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jan 13, 2018
1 parent 28a7865 commit efc17cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/misc/iana-etc/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "iana-etc-${version}";
version = "20171106";
version = "20180108";

src = fetchurl {
url = "https://github.com/Mic92/iana-etc/releases/download/${version}/iana-etc-${version}.tar.gz";
sha256 = "0pbmq95gdkp66cljwklv4gzh8lvl30l4k77hfwvrxz5mfqia6qdd";
sha256 = "1x4jacrvjwcsan88rg2wf2a8bajsglg6w4396vbr18zh0sya84a2";
};

installPhase = ''
Expand Down

0 comments on commit efc17cb

Please sign in to comment.