Skip to content

Commit

Permalink
gegl: 0.4.50 → 0.4.52
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Dec 28, 2024
1 parent d4e0edf commit 3f4d074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gegl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "gegl";
version = "0.4.50";
version = "0.4.52";

outputs = [
"out"
Expand All @@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {

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

nativeBuildInputs = [
Expand Down

0 comments on commit 3f4d074

Please sign in to comment.