pastel: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm
2026-02-14 19:11:47 +00:00
parent c4b8472442
commit e68687cff2
+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";