Skip to content

Commit

Permalink
himalaya: bump v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Feb 15, 2023
1 parent 7d40387 commit 4fe7937
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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/,,
Expand Down Expand Up @@ -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,,
6 changes: 3 additions & 3 deletions pkgs/applications/networking/mailreaders/himalaya/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 4fe7937

Please sign in to comment.