From 20a8580e09fbb695fc581130e63aaddb91898b56 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Sun, 24 May 2020 15:21:14 -0700 Subject: [PATCH] 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. --- pkgs/tools/misc/zoxide/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/zoxide/default.nix b/pkgs/tools/misc/zoxide/default.nix index d2abd143ce4..ab8633c4990 100644 --- a/pkgs/tools/misc/zoxide/default.nix +++ b/pkgs/tools/misc/zoxide/default.nix @@ -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";