verco: 6.4.0 -> 6.5.5
This commit is contained in:
parent
2a58c796aa
commit
d925a0bbc4
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "verco";
|
pname = "verco";
|
||||||
version = "6.4.0";
|
version = "6.5.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vamolessa";
|
owner = "vamolessa";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "09lkgqrv5wfpg7q5mqaiar93jp8gz8ys84hy7jhn1mvjml3zlbnx";
|
sha256 = "sha256-n+GGiu/xGGGC6FQPoASok87bCG0MFVIf6l6nt1lvw8A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "04ddhhyad5cd3mg1yzx7mhr0g5mqfnmx9y0li82yx9wnv9br5qn6";
|
cargoSha256 = "sha256-lNtR4N+bFFCr3Ct99DJCbtDeKxTzT7ZjvAWixbQm3jg=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A simple Git/Mercurial/PlasticSCM tui client based on keyboard shortcuts";
|
description = "A simple Git/Mercurial/PlasticSCM tui client based on keyboard shortcuts";
|
||||||
|
|
Loading…
Reference in a new issue