libpano13-2.9.18
svn path=/nixpkgs/trunk/; revision=31209
This commit is contained in:
parent
ae88794123
commit
cb2202e499
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{ fetchurl, stdenv, libjpeg, libpng, libtiff, perl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libpano13-2.9.17";
|
||||
name = "libpano13-2.9.18";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/panotools/libpano13/${name}/${name}.tar.gz";
|
||||
sha256 = "1zcrkw0xw11170mlhh9r8562gafwx3hd92wahl9xxaah5z4v0am2";
|
||||
url = "mirror://sourceforge/panotools/${name}.tar.gz";
|
||||
sha256 = "0wm1r9waa47n482yrl3hnphicdahr581rahgbklk0d2wy51lwpfy";
|
||||
};
|
||||
|
||||
buildInputs = [ perl libjpeg libpng libtiff ];
|
||||
|
|
Loading…
Reference in a new issue