mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
gegl: 0.4.40 → 0.4.42
https://gitlab.gnome.org/GNOME/gegl/-/compare/GEGL_0_4_40...GEGL_0_4_42
This commit is contained in:
parent
59096498f5
commit
d6aa02046b
|
@ -37,25 +37,16 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gegl";
|
||||
version = "0.4.40";
|
||||
version = "0.4.42";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
outputBin = "dev";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.gimp.org/pub/gegl/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "zd6A0VpJ2rmmFO+Y+ATIzm5M/hM5o8JAw08/tFQ2uF0=";
|
||||
sha256 = "q6g6DLqmxW7cKeoi8ugXKVClO5bapRWSCD1ZIivd4C0=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchurl {
|
||||
name = "libraw.patch";
|
||||
url = "https://src.fedoraproject.org/cgit/rpms/gegl04.git/plain/"
|
||||
+ "libraw.patch?id=5efd0c16a7b0e73abcaecc48af544ef027f4531b";
|
||||
hash = "sha256-ZgVigN1T7JmeBMwSdBsMsmXx0h7UW4Ft9HlSqeB0se8=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
gettext
|
||||
|
|
Loading…
Reference in a new issue