babl: 0.1.96 → 0.1.98

https://gitlab.gnome.org/GNOME/babl/-/compare/BABL_0_1_96...BABL_0_1_98
This commit is contained in:
Jan Tojnar 2022-11-18 16:33:13 +01:00
parent 52b2ac8ae1
commit d1fb9085be

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "babl";
version = "0.1.96";
version = "0.1.98";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://download.gimp.org/pub/babl/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-M2c/5Fmpg/QRJFpJ+B/X8ZZq8eqOypsJWpQMVCuFRfY=";
sha256 = "87Ii+E5GJzXeY/qcNlGULyt4/TFMc6IuBf98c6/SOvE=";
};
nativeBuildInputs = [