Merge branch 'staging'

Hydra looks very good: https://hydra.nixos.org/eval/1409475?compare=1409440
There's mainly some fallout from aarch64-linux not building `go`
on the first attempt.
This commit is contained in:
Vladimír Čunát
2017-11-12 19:01:59 +01:00
9 changed files with 31 additions and 25 deletions

View File

@@ -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; {