okolors: 0.5.1 -> 0.7.0

This commit is contained in:
R. Ryantm 2024-06-09 02:57:44 +00:00
parent 2a823de133
commit 8426035ba3

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "okolors";
version = "0.5.1";
version = "0.7.0";
src = fetchFromGitHub {
owner = "Ivordir";
repo = "Okolors";
rev = "v${version}";
sha256 = "sha256-Cwe6kyhsCU3wbuD0PTnj1JQOnMjH+sLmG5AiJImRGSU=";
sha256 = "sha256-xroiiDTm3B2sVC1sO7oe3deqh+j3URmiy/ctwqrvvkI=";
};
cargoSha256 = "sha256-RVUrgz/YddT41N1omoPCW3Cjz7IWjc8sB7OwkCUDjM8=";
cargoHash = "sha256-Ru7VZM+vLGkYeLqWilQvpWUnbNZqkJHn1D/Vo/KUmRk=";
meta = with lib; {
description = "Generate a color palette from an image using k-means clustering in the Oklab color space";