1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

iana-etc: 20181219 -> 20190504

This commit is contained in:
Jörg Thalheim 2019-05-05 17:00:28 +01:00
parent e99ff9b98d
commit e3b13dfaf3
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

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