We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e0edf commit 3f4d074Copy full SHA for 3f4d074
pkgs/development/libraries/gegl/default.nix
@@ -38,7 +38,7 @@
38
39
stdenv.mkDerivation (finalAttrs: {
40
pname = "gegl";
41
- version = "0.4.50";
+ version = "0.4.52";
42
43
outputs = [
44
"out"
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
49
50
src = fetchurl {
51
url = "https://download.gimp.org/pub/gegl/${lib.versions.majorMinor finalAttrs.version}/gegl-${finalAttrs.version}.tar.xz";
52
- hash = "sha256-YISWmwbuhspxFCEzdz8n4T8C5aaiLCz85FLsqt23kME=";
+ hash = "sha256-yiEqD8PgRIxQWMUcpqDTD9+wKXHyHyiCDaK0kBOWAAo=";
53
};
54
55
nativeBuildInputs = [
0 commit comments