Merge pull request #147698 from Mic92/iana-etc

iana-etc: 20210225 -> 20211124
This commit is contained in:
Jörg Thalheim
2021-11-29 09:02:53 +00:00
committed by GitHub
+2 -2
View File
@@ -1,12 +1,12 @@
{ lib, fetchzip, stdenvNoCC, writeText }:
let
version = "20210225";
version = "20211124";
in stdenvNoCC.mkDerivation {
name = "iana-etc-${version}";
src = fetchzip {
url = "https://github.com/Mic92/iana-etc/releases/download/${version}/iana-etc-${version}.tar.gz";
sha256 = "sha256:1bbbnj2ya0apyyhnw37521yl1hrz3zy3l8dw6sacmir0y6pmx9gi";
sha256 = "sha256-4mM/ZeGd91e1AklGHFK5UB4llg9IgCo9DKcM0iXcBls=";
};
installPhase = ''