mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 02:23:54 +00:00
libraw: 0.20.2 -> unstable-2021-12-03
This commit is contained in:
parent
487bb1b1e2
commit
ae4dae2909
@ -1,14 +1,14 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, lcms2, pkg-config }:
|
{ lib, stdenv, fetchFromGitHub, autoreconfHook, lcms2, pkg-config }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation {
|
||||||
pname = "libraw";
|
pname = "libraw";
|
||||||
version = "0.20.2";
|
version = "unstable-2021-12-03";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "LibRaw";
|
owner = "LibRaw";
|
||||||
repo = "LibRaw";
|
repo = "LibRaw";
|
||||||
rev = version;
|
rev = "52b2fc52e93a566e7e05eaa44cada58e3360b6ad";
|
||||||
sha256 = "16nm4r2l5501c9zvz25pzajq5id592jhn068scjxhr8np2cblybc";
|
sha256 = "kW0R4iPuqnFuWYDrl46ok3kaPcGgY2MqZT7mqVX+BDQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "lib" "dev" "doc" ];
|
outputs = [ "out" "lib" "dev" "doc" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user