iana-etc: 20170512 -> 20171106
This commit is contained in:
parent
f04b64c1e9
commit
109de2b869
1 changed files with 3 additions and 4 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue