3
0
Fork 0
forked from mirrors/nixpkgs

iana-etc: 20180905 -> 20181219

This commit is contained in:
Jörg Thalheim 2018-12-20 18:51:03 +01:00
parent 2972f87115
commit b4c56f90ac
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -1,11 +1,11 @@
{ stdenv, fetchzip }:
let
version = "20180905";
version = "20181219";
in fetchzip {
name = "iana-etc-${version}";
url = "https://github.com/Mic92/iana-etc/releases/download/${version}/iana-etc-${version}.tar.gz";
sha256 = "1vl3by24xddl267cjq9bcwb7yvfd7gqalwgd5sgx8i7kz9bk40q2";
sha256 = "0i3f7shvf1g6dp984w8xfix6id3q5c10b292wz2qw3v5n7h6wkm3";
postFetch = ''
tar -xzvf $downloadedFile --strip-components=1