Merge pull request #253168 from figsoda/slingshot

slingshot: 0.2.3 -> 0.3.0
This commit is contained in:
Nick Cao 2023-09-03 18:34:54 -04:00 committed by GitHub
commit c5a3c73100
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";