Merge pull request #260813 from zzzsyyy/update/lutgen
lutgen: 0.8.3 -> 0.9.0
This commit is contained in:
commit
40da78346f
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "lutgen";
|
pname = "lutgen";
|
||||||
version = "0.8.3";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ozwaldorf";
|
owner = "ozwaldorf";
|
||||||
repo = "lutgen-rs";
|
repo = "lutgen-rs";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-9olBUPOi6ZQorgPxQX2lqZSlYjEPMwfhUF/Ze34v0nc=";
|
hash = "sha256-tKSPk0V11pnKFV4E08H4CUnjw9nAonTRI6W3mGipd9I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-hMbrzjfLSawrm+GmtLx7sQ7atr1aV2RU9rJXgun6HR8=";
|
cargoHash = "sha256-DiorrgTH9lIdmaZL7451uCXj9X7M6eHf4MQc85MpU7s=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A blazingly fast interpolated LUT generator and applicator for arbitrary and popular color palettes";
|
description = "A blazingly fast interpolated LUT generator and applicator for arbitrary and popular color palettes";
|
||||||
|
|
Loading…
Reference in a new issue