himalaya: bump v0.7.1

This commit is contained in:
Clément DOUIN 2023-02-15 13:21:00 +01:00
parent 7d40387324
commit 4fe7937e96
No known key found for this signature in database
GPG Key ID: 353E4A18EE0FAB72
2 changed files with 4 additions and 4 deletions

View File

@ -308,7 +308,6 @@ https://github.com/wenzel-hoffman/haskell-with-unicode.vim/,HEAD,
https://github.com/travitch/hasksyn/,,
https://github.com/rebelot/heirline.nvim/,,
https://github.com/Yggdroot/hiPairs/,,
https://git.sr.ht/~soywod/himalaya-vim,,
https://github.com/mpickering/hlint-refactor-vim/,,
https://github.com/edluffy/hologram.nvim/,,
https://github.com/urbit/hoon.vim/,,
@ -1175,3 +1174,4 @@ https://github.com/ziglang/zig.vim/,,
https://github.com/mickael-menu/zk-nvim/,HEAD,
https://github.com/troydm/zoomwintab.vim/,,
https://github.com/nanotee/zoxide.vim/,,
https://git.sr.ht/~soywod/himalaya-vim,,

View File

@ -13,16 +13,16 @@
rustPlatform.buildRustPackage rec {
pname = "himalaya";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "soywod";
repo = pname;
rev = "v${version}";
sha256 = "sha256-qwtG6pk/PCr5lAcxRt1D8XM3rUG1bEVrUFo+3tMPlRw=";
sha256 = "sha256-yAfNH9LSXlS/Hzi5kAuur5BX2vITMucprDzxhlV8RiY=";
};
cargoSha256 = "sha256-Jg/sVluw7UoBEYGk/A5Q5Qr8EojxEpr/E/F1caN7ZG8=";
cargoSha256 = "sha256-FXfh6T8dNsnD/V/wYSMDWs+ll0d1jg1Dc3cQT39b0ws=";
nativeBuildInputs = [ ]
++ lib.optionals (installManPages || installShellCompletions) [ installShellFiles ]