Skip to content

Commit

Permalink
libraw: 0.17.2 -> 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Poikonen authored and fpletz committed Aug 22, 2017
1 parent 5404ac9 commit a379ee6
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pkgs/development/libraries/libraw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@

stdenv.mkDerivation rec {
name = "libraw-${version}";
version = "0.17.2";
version = "0.18.2";

src = fetchurl {
url = "http://www.libraw.org/data/LibRaw-${version}.tar.gz";
sha256 = "0p6imxpsfn82i0i9w27fnzq6q6gwzvb9f7sygqqakv36fqnc9c4j";
sha256 = "1imby9x88pjx4ad1frdi3bfb8dw90ccyj5pb6w3i6i0iijrnndnf";
};

patches =
[ (fetchurl {
url = https://anonscm.debian.org/cgit/pkg-phototools/libraw.git/plain/debian/patches/0001-Fix_gcc6_narrowing_conversion.patch?id=d890937aaca6359df45a66b35e547c94ca564823;
sha256 = "1lcg5l0wmwiyzhhm67c1c7hy8py6ihxfmicnhrwpi3i6f16vq29w";
})
];

outputs = [ "out" "lib" "dev" "doc" ];

buildInputs = [ jasper ];
Expand Down

0 comments on commit a379ee6

Please sign in to comment.