lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

iana-etc: 20221107 -> 20230316

Diff: https://github.com/Mic92/iana-etc/compare/None...20230316

+2 -2
+2 -2
pkgs/data/misc/iana-etc/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "iana-etc"; 5 - version = "20221107"; 5 + version = "20230316"; 6 6 7 7 src = fetchzip { 8 8 url = "https://github.com/Mic92/iana-etc/releases/download/${version}/iana-etc-${version}.tar.gz"; 9 - sha256 = "sha256-vucC9MfpCCPyST21n09QDrj3z3MzKdBGo/ONUQvuxxQ="; 9 + sha256 = "sha256-5acFYPSwevEw5tZNbQDpui3stWuMdnhaKHqC8lhnsOY="; 10 10 }; 11 11 12 12 installPhase = ''