libraw: fix version number (0.16.1 -> 0.16.0)
The last commit that touched this library updated the version number but not the hash. I opted into fixing the version number rather than the hash because actually updating libraw into version 0.16.1 or later causes a build failure in libkdcraw and therefore breaks gwenview (which is one of the main KDE apps).
This commit is contained in:
parent
5b527968bd
commit
61f1594378
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libraw-${version}";
|
name = "libraw-${version}";
|
||||||
version = "0.16.1";
|
version = "0.16.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.libraw.org/data/LibRaw-${version}.tar.gz";
|
url = "http://www.libraw.org/data/LibRaw-${version}.tar.gz";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user