Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cca234d345dc
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b520c30d9ece
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 13, 2017

  1. gimp: 2.8.20 -> 2.8.22

    armijnhemel committed May 13, 2017
    Copy the full SHA
    3775a90 View commit details

Commits on Jun 3, 2017

  1. Merge pull request #25767 from armijnhemel/gimp

    gimp: 2.8.20 -> 2.8.22
    grahamc authored Jun 3, 2017
    Copy the full SHA
    b520c30 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/graphics/gimp/2.8.nix
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/gimp/2.8.nix
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ let
inherit (python2Packages) pygtk wrapPython python;
in stdenv.mkDerivation rec {
name = "gimp-${version}";
version = "2.8.20";
version = "2.8.22";

# This declarations for `gimp-with-plugins` wrapper,
# (used for determining $out/lib/gimp/${majorVersion}/ paths)
@@ -18,7 +18,7 @@ in stdenv.mkDerivation rec {

src = fetchurl {
url = "http://download.gimp.org/pub/gimp/v2.8/${name}.tar.bz2";
sha256 = "939ca1df70be865c672ffd654f4e20f188121d01601c5c90237214101533c805";
sha256 = "12k3lp938qdc9cqj29scg55f3bb8iav2fysd29w0s49bqmfa71wi";
};

buildInputs =