gegl_0_4: 0.4.24 -> 0.4.26

This commit is contained in:
R. RyanTM 2020-08-13 23:35:32 +00:00 committed by Jan Tojnar
parent 485237467b
commit 7fda64b4d7

View file

@ -35,14 +35,14 @@
stdenv.mkDerivation rec {
pname = "gegl";
version = "0.4.24";
version = "0.4.26";
outputs = [ "out" "dev" "devdoc" ];
outputBin = "dev";
src = fetchurl {
url = "https://download.gimp.org/pub/gegl/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "d2VJnyc0Gw0WAy5mUxnLwSh2SD/2qUT83ySpxY4+JUo=";
sha256 = "097427icgpgvcx40019b3dm8m84cchz79pixzpz648drs8p1wdqg";
};
nativeBuildInputs = [