iso-codes: 4.6.0. -> 4.9.0

This commit is contained in:
Joel 2022-01-08 10:05:35 +10:00
parent 6e04bffb38
commit 294c211818
No known key found for this signature in database
GPG key ID: 18550BD205E9EF64

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 = ''