vivid: 0.6.0 -> 0.7.0

https://github.com/sharkdp/vivid/releases/tag/v0.7.0
This commit is contained in:
zowoq 2021-06-15 16:48:01 +10:00
parent 718e675e54
commit 87abfc228d

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "vivid";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "sharkdp";
repo = pname;
rev = "v${version}";
sha256 = "0m928hy2q8byfpm55nziiz86gcnhdnw3zpj78d8wx0pp318zjbla";
sha256 = "sha256-2rdNjpJrBuj6toLFzFJScNh6od5qUhkSaZF+NbPBlQA=";
};
cargoSha256 = "1sn1cq3kaswnz2z9q5h84qipp64ha7jv5kix31lm7v6nam0f5awz";
cargoSha256 = "sha256-1aox1eiF3hu5guBjRcM3qb6mHJOutI+yargW7X4cFfg=";
meta = with lib; {
description = "A generator for LS_COLORS with support for multiple color themes";