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