isocodes: 4.15.0 -> 4.16.0

This commit is contained in:
R. Ryantm 2024-01-15 04:11:59 +00:00
parent 500129c8b2
commit 813f5d7bbb

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "iso-codes";
version = "4.15.0";
version = "4.16.0";
src = fetchurl {
url = "https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v${version}/${pname}-v${version}.tar.gz";
sha256 = "sha256-uDtUudfdbrh3OAs+xG83CwXa8sv6ExxhLwNZjWVMDvg=";
sha256 = "sha256-fJkPw5oFl1vtsBdeP/Cfw4MEiBX2i0Yqu/BVqAMuZsw=";
};
nativeBuildInputs = [ gettext python3 ];