Merge pull request #47604 from NixOS/staging-next

Staging next
This commit is contained in:
Frederik Rietdijk
2018-10-02 18:22:18 +02:00
committed by GitHub
114 changed files with 1135 additions and 1135 deletions
+2 -3
View File
@@ -1,12 +1,11 @@
{ stdenv, fetchzip }:
let
version = "20180711";
version = "20180905";
in fetchzip {
name = "iana-etc-${version}";
url = "https://github.com/Mic92/iana-etc/releases/download/${version}/iana-etc-${version}.tar.gz";
sha256 = "0vbgk3paix2v4rlh90a8yh1l39s322awng06izqj44zcg704fjbj";
sha256 = "1vl3by24xddl267cjq9bcwb7yvfd7gqalwgd5sgx8i7kz9bk40q2";
postFetch = ''
tar -xzvf $downloadedFile --strip-components=1