iana-etc: fix hash (#407097)

This commit is contained in:
Martin Weinelt
2025-05-15 05:48:23 +02:00
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@ stdenvNoCC.mkDerivation rec {
src = fetchzip {
url = "https://github.com/Mic92/iana-etc/releases/download/${version}/iana-etc-${version}.tar.gz";
sha256 = "sha256-hsmXaMilyDG+JlDvvT8qfgcgk4dVBLil8j4cJzxdkak=";
sha256 = "sha256-p+VTQMtuhMu64bPK86dRMA7qpk8PtlgI+/vAuiyljXw=";
};
installPhase = ''