slingshot: 0.2.3 -> 0.3.0
Diff: https://github.com/caio-ishikawa/slingshot/compare/v0.2.3...v0.3.0 Changelog: https://github.com/caio-ishikawa/slingshot/releases/tag/v0.3.0
This commit is contained in:
parent
3ed98aebe5
commit
a86bf765a9
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "slingshot";
|
||||
version = "0.2.3";
|
||||
version = "0.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "caio-ishikawa";
|
||||
repo = "slingshot";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-PbcpvSBYoRs8TMkbbQjG284BWr+PSaTStPOg4a1GIrw=";
|
||||
hash = "sha256-XI6uf54sEJ0htfY43aF8/X1/OF9m6peHUGDS+2nK3xA=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-Y0H88paBe2yyUyTdwxXO58YFDdH04kK+nHvi1qyYVF0=";
|
||||
cargoHash = "sha256-NZyO6oXmgTUszp2Vc9iVAnCvM78/BJ8IfpeTrsOMvlo=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Lightweight command line tool to quickly navigate across folders";
|
||||
|
|
Loading…
Reference in a new issue