Skip to content

Commit

Permalink
iana-etc: 20170512 -> 20171106
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 8, 2017
1 parent f04b64c commit 109de2b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/data/misc/iana-etc/default.nix
Expand Up @@ -2,16 +2,15 @@

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

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

installPhase = ''
mkdir -p $out/etc
cp services protocols $out/etc/
install -D -t $out/etc services protocols
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 109de2b

Please sign in to comment.