isocodes: 4.17.0 -> 4.18.0

This commit is contained in:
R. Ryantm
2025-04-12 12:31:49 +00:00
parent 44060c6fc4
commit f1bf0a27a9
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "iso-codes";
version = "4.17.0";
version = "4.18.0";
src = fetchurl {
url =
with finalAttrs;
"https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v${version}/${pname}-v${version}.tar.gz";
hash = "sha256-3VyhPbd+xt0cwl9cAYQpCocOwf7SRdjjmgT/NPWQdsM=";
hash = "sha256-UR9nv0tRqnfxfEWtv/UzJCtQ8eNw/kmlcGtjQZAvrIc=";
};
nativeBuildInputs = [