lutgen: 0.8.3 -> 0.9.0

zzzsyyy 1cb089db 467ed599

+3 -3
+3 -3
pkgs/applications/graphics/lutgen/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "lutgen"; 8 - version = "0.8.3"; 9 10 src = fetchFromGitHub { 11 owner = "ozwaldorf"; 12 repo = "lutgen-rs"; 13 rev = "v${version}"; 14 - hash = "sha256-9olBUPOi6ZQorgPxQX2lqZSlYjEPMwfhUF/Ze34v0nc="; 15 }; 16 17 - cargoHash = "sha256-hMbrzjfLSawrm+GmtLx7sQ7atr1aV2RU9rJXgun6HR8="; 18 19 meta = with lib; { 20 description = "A blazingly fast interpolated LUT generator and applicator for arbitrary and popular color palettes";
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "lutgen"; 8 + version = "0.9.0"; 9 10 src = fetchFromGitHub { 11 owner = "ozwaldorf"; 12 repo = "lutgen-rs"; 13 rev = "v${version}"; 14 + hash = "sha256-tKSPk0V11pnKFV4E08H4CUnjw9nAonTRI6W3mGipd9I="; 15 }; 16 17 + cargoHash = "sha256-DiorrgTH9lIdmaZL7451uCXj9X7M6eHf4MQc85MpU7s="; 18 19 meta = with lib; { 20 description = "A blazingly fast interpolated LUT generator and applicator for arbitrary and popular color palettes";