babl: 0.1.100 -> 0.1.102

This commit is contained in:
sternenseemann 2023-03-13 10:54:44 +01:00
parent d1d7c60984
commit 8889512934

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "babl";
version = "0.1.100";
version = "0.1.102";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://download.gimp.org/pub/babl/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "pebhk2diFdZdfN/q8RWKBgtCoUKjbxqwdtGDMhL50tQ=";
sha256 = "a88bb28506575f95158c8c89df6e23686e50c8b9fea412bf49fe8b80002d84f0";
};
nativeBuildInputs = [