zoxide: unstable-2023-11-20 -> 0.9.3

Diff: 3022cf3686...v0.9.3

Changelog: https://github.com/ajeetdsouza/zoxide/blob/v0.9.3/CHANGELOG.md
This commit is contained in:
Adam Stephens 2024-02-13 20:58:21 -05:00
parent 009e4ff8e3
commit fa9b05bc79
No known key found for this signature in database

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "zoxide";
version = "unstable-2023-11-20";
version = "0.9.3";
src = fetchFromGitHub {
owner = "ajeetdsouza";
repo = "zoxide";
rev = "3022cf3686b85288e6fbecb2bd23ad113fd83f3b";
sha256 = "sha256-ut+/F7cQ5Xamb7T45a78i0mjqnNG9/73jPNaDLxzAx8=";
rev = "refs/tags/v${version}";
hash = "sha256-dxdBXoV9X2oA5ig6PK/GuNLRRzO1E0zHJwVFQp7GY2g=";
};
nativeBuildInputs = [ installShellFiles ];
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
--replace '"fzf"' '"${fzf}/bin/fzf"'
'';
cargoSha256 = "sha256-JRWlHwPFqNC/IIKQqRQszx4HHW1XsmROA67KmnxkmWQ=";
cargoHash = "sha256-fNAS2pCt3Oxz8qyn6GnJpx3Tq/EyPzbwns28tKeMqf0=";
postInstall = ''
installManPage man/man*/*
@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A fast cd command that learns your habits";
homepage = "https://github.com/ajeetdsouza/zoxide";
# changelog = "https://github.com/ajeetdsouza/zoxide/raw/v${version}/CHANGELOG.md";
changelog = "https://github.com/ajeetdsouza/zoxide/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ ysndr cole-h SuperSandro2000 ];
mainProgram = "zoxide";