Merge pull request #281064 from r-ryantm/auto-update/isocodes

isocodes: 4.15.0 -> 4.16.0

authored by Weijia Wang and committed by GitHub b62bd298 e2613f21

+2 -2
+2 -2
pkgs/development/libraries/iso-codes/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "iso-codes"; 5 - version = "4.15.0"; 6 7 src = fetchurl { 8 url = "https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v${version}/${pname}-v${version}.tar.gz"; 9 - sha256 = "sha256-uDtUudfdbrh3OAs+xG83CwXa8sv6ExxhLwNZjWVMDvg="; 10 }; 11 12 nativeBuildInputs = [ gettext python3 ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "iso-codes"; 5 + version = "4.16.0"; 6 7 src = fetchurl { 8 url = "https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v${version}/${pname}-v${version}.tar.gz"; 9 + sha256 = "sha256-fJkPw5oFl1vtsBdeP/Cfw4MEiBX2i0Yqu/BVqAMuZsw="; 10 }; 11 12 nativeBuildInputs = [ gettext python3 ];