lol

babl: 0.1.98 → 0.1.100

https://gitlab.gnome.org/GNOME/babl/-/compare/BABL_0_1_98...BABL_0_1_100

+2 -2
+2 -2
pkgs/development/libraries/babl/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "babl"; 15 - version = "0.1.98"; 15 + version = "0.1.100"; 16 16 17 17 outputs = [ "out" "dev" ]; 18 18 19 19 src = fetchurl { 20 20 url = "https://download.gimp.org/pub/babl/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 21 - sha256 = "87Ii+E5GJzXeY/qcNlGULyt4/TFMc6IuBf98c6/SOvE="; 21 + sha256 = "pebhk2diFdZdfN/q8RWKBgtCoUKjbxqwdtGDMhL50tQ="; 22 22 }; 23 23 24 24 nativeBuildInputs = [