Merge pull request #188569 from r-ryantm/auto-update/babl

babl: 0.1.94 -> 0.1.96
This commit is contained in:
superherointj 2022-08-28 19:43:34 -03:00 committed by GitHub
commit 039347b2f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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