Skip to content

Commit

Permalink
Merge pull request #119400 from LeSuisse/panotools-2.9.20-20.09
Browse files Browse the repository at this point in the history
[20.09] panotools: 2.9.19 -> 2.9.20
  • Loading branch information
SuperSandro2000 committed Apr 14, 2021
2 parents dec334f + e416861 commit 59763ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/graphics/panotools/default.nix
@@ -1,11 +1,12 @@
{ fetchurl, stdenv, libjpeg, libpng, libtiff, perl }:

stdenv.mkDerivation rec {
name = "libpano13-2.9.19";
pname = "libpano13";
version = "2.9.20";

src = fetchurl {
url = "mirror://sourceforge/panotools/${name}.tar.gz";
sha256 = "1a4m3plmfcrrplqs9zfzhc5apibn10m5sajpizm1sd3q74w5fwq3";
url = "mirror://sourceforge/panotools/${pname}-${version}.tar.gz";
sha256 = "12cv4886l1czfjwy7k6ipgf3zjksgwhdjzr2s9fdg33vqcv2hlrv";
};

buildInputs = [ perl libjpeg libpng libtiff ];
Expand Down

0 comments on commit 59763ff

Please sign in to comment.