forked from mirrors/nixpkgs
gegl: 0.4.34 → 0.4.36
https://gitlab.gnome.org/GNOME/gegl/-/compare/GEGL_0_4_34...GEGL_0_4_36
This commit is contained in:
parent
1c7048bc5c
commit
c790751a59
1 changed files with 2 additions and 2 deletions
|
@ -36,14 +36,14 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gegl";
|
||||
version = "0.4.34";
|
||||
version = "0.4.36";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
outputBin = "dev";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.gimp.org/pub/gegl/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-72PwvKW0McYRmt3YNMp/u1B8kAxIYcV7Nme29Mz8qqo=";
|
||||
sha256 = "sha256-b9WKDNzHcCJYra7/tXOjiSKK6PDv9HV479ojCbYbLKY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Add table
Reference in a new issue