Skip to content

Commit

Permalink
Merge pull request #16574 from womfoo/update/nip2
Browse files Browse the repository at this point in the history
vips: 8.2.2 -> 8.3.1 and dependency nip2: 8.0 -> 8.3.0
  • Loading branch information
fpletz committed Jul 19, 2016
2 parents 6b11c96 + 59ee0c7 commit 7f49fbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/graphics/nip2/default.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{ stdenv, fetchurl, pkgconfig, glib, libxml2, flex, bison, vips, gnome,
fftw, gsl, goffice_0_8, libgsf }:
fftw, gsl, goffice, libgsf }:

stdenv.mkDerivation rec {
name = "nip2-8.0";
name = "nip2-8.3.0";

src = fetchurl {
url = "http://www.vips.ecs.soton.ac.uk/supported/current/${name}.tar.gz";
sha256 = "10ybac0qrz63x1yk1d0gpv9z1vzpadyii2qhrai6lllplzw6jqx7";
sha256 = "0vr12gyfvhxx2a28y74lzfg379d1fk0g9isc69k0vdgpn4y1i8aa";
};

buildInputs =
[ pkgconfig glib libxml2 flex bison vips
gnome.gtk fftw gsl goffice_0_8 libgsf
gnome.gtk fftw gsl goffice libgsf
];

meta = with stdenv.lib; {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/tools/graphics/vips/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
}:

stdenv.mkDerivation rec {
name = "vips-8.2.2";
name = "vips-8.3.1";

src = fetchurl {
url = "http://www.vips.ecs.soton.ac.uk/supported/current/${name}.tar.gz";
sha256 = "12b319aicr129cpi5sixwd3q91y97vwwva6b044zy54px4s8ls0g";
sha256 = "01hh1baar2r474kny24fcq6ddshcvq104207mqxnkis0as6pzjq9";
};

buildInputs =
Expand Down

0 comments on commit 7f49fbb

Please sign in to comment.