iana_etc: 20190731 -> 20200407
This commit is contained in:
parent
d9e9e50b01
commit
ce6e0abd50
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchzip }:
|
{ stdenv, fetchzip }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "20190731";
|
version = "20200407";
|
||||||
in fetchzip {
|
in fetchzip {
|
||||||
name = "iana-etc-${version}";
|
name = "iana-etc-${version}";
|
||||||
url = "https://github.com/Mic92/iana-etc/releases/download/${version}/iana-etc-${version}.tar.gz";
|
url = "https://github.com/Mic92/iana-etc/releases/download/${version}/iana-etc-${version}.tar.gz";
|
||||||
sha256 = "0vqr4zm53zn7z75ynmf59xfrlhpyk8f41xd6i4v8j0f7k6hfdvpi";
|
sha256 = "1zmqim0l4lz5xbq7w2wi48fzsvg2msyw6c80dzw4vxll31frpy18";
|
||||||
|
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
tar -xzvf $downloadedFile --strip-components=1
|
tar -xzvf $downloadedFile --strip-components=1
|
||||||
|
Loading…
Reference in New Issue
Block a user