Skip to content

Commit

Permalink
Merge #94425: iana-etc: 20200407 -> 20200729 (to staging)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Aug 1, 2020
2 parents f6a30fc + 9cb6894 commit e60478a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/misc/iana-etc/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchzip }:

let
version = "20200407";
version = "20200729";
in fetchzip {
name = "iana-etc-${version}";
url = "https://github.com/Mic92/iana-etc/releases/download/${version}/iana-etc-${version}.tar.gz";
sha256 = "1zmqim0l4lz5xbq7w2wi48fzsvg2msyw6c80dzw4vxll31frpy18";
sha256 = "05cymmisfvpyd7fwzc6axvm5fsi1v6hzs0pjr4xp1i95wvpz7qpm";

postFetch = ''
tar -xzvf $downloadedFile --strip-components=1
Expand Down

0 comments on commit e60478a

Please sign in to comment.