iana_etc: 20190731 -> 20200407

This commit is contained in:
Jörg Thalheim 2020-04-27 11:35:27 +01:00
parent d9e9e50b01
commit ce6e0abd50
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

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