Merge pull request #151943 from r-ryantm/auto-update/bottom

bottom: 0.6.4 -> 0.6.6
This commit is contained in:
Bobby Rong 2021-12-24 10:42:29 +08:00 committed by GitHub
commit 66fa9774ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "bottom"; pname = "bottom";
version = "0.6.4"; version = "0.6.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ClementTsang"; owner = "ClementTsang";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-4L8TUfpEfhjfE1E8GjpRnXPf8kfXdJ02FEusXB/dZWo="; sha256 = "sha256-nE718NA3oLkBTTjewypYyUVRgTm4xiDTui5kEPYYCBc=";
}; };
prePatch = '' prePatch = ''
@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
libiconv libiconv
]; ];
cargoSha256 = "sha256-pfDj3lbJpoqnUnzGL64Azcj2HU/UhRe1k55Unh85C/k="; cargoSha256 = "sha256-M6LgriXjhxlnoky+TNU7Eb15M+uTgbVKk3g/Sk90xsg=";
doCheck = false; doCheck = false;