Skip to content

Commit

Permalink
gimp: 3.0.0-RC1 → 3.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Dec 28, 2024
1 parent bbe79fd commit 4821365
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/gimp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gimp";
version = "3.0.0-RC1";
version = "3.0.0-RC2";

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

src = fetchurl {
url = "https://download.gimp.org/gimp/v${lib.versions.majorMinor finalAttrs.version}/gimp-${finalAttrs.version}.tar.xz";
hash = "sha256-s9CyZMXjjnifqvNBcAM5fzJAAUxZx/QX+co705xf+2Y=";
hash = "sha256-9NL5bfGAzlVD+LKzVwe5vxFFnwD3Jspz2i9AbWhtnbc=";
};

patches = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
--- a/plug-ins/python/pygimp.interp.in
+++ b/plug-ins/python/pygimp.interp.in
@@ -2,4 +2,4 @@ python=@PYTHON_PATH@
python3=@PYTHON_PATH@python.exe
/usr/bin/python=@PYTHON_PATH@python.exe
/usr/bin/python3=@PYTHON_PATH@python.exe
@@ -2,4 +2,4 @@ python=@PYTHON_EXE@
python3=@PYTHON_EXE@
/usr/bin/python=@PYTHON_EXE@
/usr/bin/python3=@PYTHON_EXE@
-:Python:E::py::python3:
+:Python:E::py::@python_interpreter@:

0 comments on commit 4821365

Please sign in to comment.