iana-etc: 20190504 -> 20190731
This commit is contained in:
parent
7706f36d0d
commit
59ac7e1634
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchzip }:
|
{ stdenv, fetchzip }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "20190504";
|
version = "20190731";
|
||||||
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 = "1h61qnb3ybyfivyq8qjnisj4arbnhn8hcwad1bp4iqidjk6rjfv3";
|
sha256 = "0vqr4zm53zn7z75ynmf59xfrlhpyk8f41xd6i4v8j0f7k6hfdvpi";
|
||||||
|
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
tar -xzvf $downloadedFile --strip-components=1
|
tar -xzvf $downloadedFile --strip-components=1
|
||||||
|
|
Loading…
Reference in New Issue