pastel: 0.11.0 -> 0.12.0 (#490480)

This commit is contained in:
Nick Cao
2026-02-16 22:22:26 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "pastel";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "sharkdp";
repo = "pastel";
rev = "v${finalAttrs.version}";
sha256 = "sha256-ISzZZNh9X91vBbVOpYXnYpO3ztGgIhMJTZmoY2T0FRw=";
sha256 = "sha256-0NrvZ9rOc3li430uYJjP2IkMeofeq4NkC7GvsYZeB2g=";
};
cargoHash = "sha256-r0QiooMrTqFaXq2Y9wVW45zjtHT7qQ6XTWPRhlLpVQ8=";
cargoHash = "sha256-FPaMBxrSrmHbq5b4Q9QxElD+jAhn22gvKP55QWwZ/mo=";
meta = {
description = "Command-line tool to generate, analyze, convert and manipulate colors";