zoxide: 0.3.0 -> 0.3.1

https://github.com/ajeetdsouza/zoxide/compare/v0.3.0...v0.3.1
This commit is contained in:
Cole Helbling 2020-04-03 10:33:16 -07:00
parent 9e55da14fe
commit 654a4711f6
No known key found for this signature in database
GPG Key ID: B37E0F2371016A4C

View File

@ -6,20 +6,20 @@
rustPlatform.buildRustPackage rec {
pname = "zoxide";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "ajeetdsouza";
repo = "zoxide";
rev = "v${version}";
sha256 = "0w4by34chm2baqldxx72bhjz8ggsllpir1df07gxi5fjkmil8jy9";
sha256 = "1sad18d0pxfdy9gvjmixzgdskg1l7djvzp0aipx7pz0lyi6gs23z";
};
buildInputs = [
fzf
];
cargoSha256 = "19fziapiv5w9wxslw47rf3lgc2lv7dyl3n8py6bsddq41fzay30w";
cargoSha256 = "1sx3s1jnfxylbjr3x6v6j8a6zkl7hfyj4alzlyrsw36b1b64pwqm";
meta = with lib; {
description = "A fast cd command that learns your habits";