vivid: 0.8.0 -> 0.9.0

https://github.com/sharkdp/vivid/releases/tag/v0.9.0

zowoq 2f71a7c0 ac926343

+3 -3
+3 -3
pkgs/tools/misc/vivid/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "vivid"; 5 - version = "0.8.0"; 6 7 src = fetchFromGitHub { 8 owner = "sharkdp"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-83ff0T2P5aRQ6cM9z7IEuoi7syvJldIuzzdiTrygckA="; 12 }; 13 14 - cargoSha256 = "sha256-W1tLQTTMOKB/BR9P3y3goPIdOe12Qdkf4wYPlhbQjzY="; 15 16 meta = with lib; { 17 description = "A generator for LS_COLORS with support for multiple color themes";
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "vivid"; 5 + version = "0.9.0"; 6 7 src = fetchFromGitHub { 8 owner = "sharkdp"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-zNsNEXj/SaJaYsYvoOGPopLhJDfLIXSs7eeZDdJrHiQ="; 12 }; 13 14 + cargoHash = "sha256-gtqdQuf3Ybt0PDCQw3gGAzIROq39NJKPIat0lyIPGgg="; 15 16 meta = with lib; { 17 description = "A generator for LS_COLORS with support for multiple color themes";