zoxide: 0.4.0 -> 0.4.1

https://github.com/ajeetdsouza/zoxide/compare/v0.4.0...v0.4.1

NOTE: This release drops compatibility for old 0.2.x databases. If you
have ever run any version between 0.3.0 and 0.4.0 (inclusive), your
database has already been upgraded. If you haven't, you will need to run
one of those versions before updating, or your database will not be
found or in the correct format.
This commit is contained in:
Cole Helbling 2020-05-24 15:21:14 -07:00
parent a1d501b87e
commit 20a8580e09
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.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "ajeetdsouza";
repo = "zoxide";
rev = "v${version}";
sha256 = "1qkvmjrkcivfzbm6swl5lgvpqz9av9jxcn9i8ms3wz4vfsibmlxv";
sha256 = "1zfk9y5f12h2d5zwf2z8c95xwhbhc6ayv971875fbxgz1nd8vqb6";
};
buildInputs = [
fzf
];
cargoSha256 = "1w921f7b6kzc1mjzff1bcs3mg4cp9h48698w2zlv5jzjs7nwgb8n";
cargoSha256 = "0z0p3cxxazw19bmk3zw7z2q93p00ywsa2cz1jhy78mn5pq1v95rd";
meta = with lib; {
description = "A fast cd command that learns your habits";