Skip to content

Commit 3f4d074

Browse files
committed
1 parent d4e0edf commit 3f4d074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/gegl/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
stdenv.mkDerivation (finalAttrs: {
4040
pname = "gegl";
41-
version = "0.4.50";
41+
version = "0.4.52";
4242

4343
outputs = [
4444
"out"
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
4949

5050
src = fetchurl {
5151
url = "https://download.gimp.org/pub/gegl/${lib.versions.majorMinor finalAttrs.version}/gegl-${finalAttrs.version}.tar.xz";
52-
hash = "sha256-YISWmwbuhspxFCEzdz8n4T8C5aaiLCz85FLsqt23kME=";
52+
hash = "sha256-yiEqD8PgRIxQWMUcpqDTD9+wKXHyHyiCDaK0kBOWAAo=";
5353
};
5454

5555
nativeBuildInputs = [

0 commit comments

Comments
 (0)