Merge pull request #153924 from jyooru/update/iso-codes

iso-codes: 4.6.0. -> 4.9.0
This commit is contained in:
Anderson Torres 2022-01-08 22:00:17 -03:00 committed by GitHub
commit a5a1600cd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{lib, stdenv, fetchurl, gettext, python3}:
{ lib, stdenv, fetchurl, gettext, python3 }:
stdenv.mkDerivation rec {
pname = "iso-codes";
version = "4.6.0";
version = "4.9.0";
src = fetchurl {
url = "https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/${pname}-${version}/${pname}-${pname}-${version}.tar.bz2";
sha256 = "sha256-Ivd5538QpTFXP2r6ca/g12IZ0ZW1nduu0z4kiSb9Mxs=";
url = "https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v${version}/${pname}-v${version}.tar.gz";
sha256 = "02lq602ghws423w04jsyjr92p0nmrfp59n1m5hbbi1c6fhxryghc";
};
patchPhase = ''