Merge pull request #318407 from r-ryantm/auto-update/okolors

okolors: 0.5.1 -> 0.7.0
This commit is contained in:
Nick Cao 2024-06-09 10:45:52 -04:00 committed by GitHub
commit bad3a8fbfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";