Skip to content

Commit

Permalink
iana-etc: 20170328 -> 20170417
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Apr 19, 2017
1 parent b017935 commit 024cbbd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/data/misc/iana-etc/default.nix
Expand Up @@ -2,21 +2,22 @@

stdenv.mkDerivation rec {
name = "iana-etc-${version}";
version = "20170328";
version = "20170417";

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

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

meta = {
meta = with stdenv.lib; {
homepage = https://github.com/Mic92/iana-etc;
description = "IANA protocol and port number assignments (/etc/protocols and /etc/services)";
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = licenses.mit;
};
}

0 comments on commit 024cbbd

Please sign in to comment.