mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
ufraw: update from 0.19.2 to 0.20
This commit is contained in:
parent
f995cd6bcb
commit
6f07399727
@ -2,12 +2,12 @@
|
|||||||
, libjpeg, libtiff, cfitsio, exiv2, lcms, gtkimageview, lensfun }:
|
, libjpeg, libtiff, cfitsio, exiv2, lcms, gtkimageview, lensfun }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ufraw-0.19.2";
|
name = "ufraw-0.20";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# XXX: These guys appear to mutate uploaded tarballs!
|
# XXX: These guys appear to mutate uploaded tarballs!
|
||||||
url = "mirror://sourceforge/ufraw/${name}.tar.gz";
|
url = "mirror://sourceforge/ufraw/${name}.tar.gz";
|
||||||
sha256 = "1lxba7pb3vcsq94dwapg9bk9mb3ww6r3pvvcyb0ah5gh2sgzxgkk";
|
sha256 = "1q51p0ynzayxwfpilj0s38aapgkfga00gbl7xi0ndx9q6bvk1kbd";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
Loading…
Reference in New Issue
Block a user