Skip to content

Commit 4fe7937

Browse files
committed
himalaya: bump v0.7.1
1 parent 7d40387 commit 4fe7937

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ https://github.com/wenzel-hoffman/haskell-with-unicode.vim/,HEAD,
308308
https://github.com/travitch/hasksyn/,,
309309
https://github.com/rebelot/heirline.nvim/,,
310310
https://github.com/Yggdroot/hiPairs/,,
311-
https://git.sr.ht/~soywod/himalaya-vim,,
312311
https://github.com/mpickering/hlint-refactor-vim/,,
313312
https://github.com/edluffy/hologram.nvim/,,
314313
https://github.com/urbit/hoon.vim/,,
@@ -1175,3 +1174,4 @@ https://github.com/ziglang/zig.vim/,,
11751174
https://github.com/mickael-menu/zk-nvim/,HEAD,
11761175
https://github.com/troydm/zoomwintab.vim/,,
11771176
https://github.com/nanotee/zoxide.vim/,,
1177+
https://git.sr.ht/~soywod/himalaya-vim,,

pkgs/applications/networking/mailreaders/himalaya/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
rustPlatform.buildRustPackage rec {
1515
pname = "himalaya";
16-
version = "0.7.0";
16+
version = "0.7.1";
1717

1818
src = fetchFromGitHub {
1919
owner = "soywod";
2020
repo = pname;
2121
rev = "v${version}";
22-
sha256 = "sha256-qwtG6pk/PCr5lAcxRt1D8XM3rUG1bEVrUFo+3tMPlRw=";
22+
sha256 = "sha256-yAfNH9LSXlS/Hzi5kAuur5BX2vITMucprDzxhlV8RiY=";
2323
};
2424

25-
cargoSha256 = "sha256-Jg/sVluw7UoBEYGk/A5Q5Qr8EojxEpr/E/F1caN7ZG8=";
25+
cargoSha256 = "sha256-FXfh6T8dNsnD/V/wYSMDWs+ll0d1jg1Dc3cQT39b0ws=";
2626

2727
nativeBuildInputs = [ ]
2828
++ lib.optionals (installManPages || installShellCompletions) [ installShellFiles ]

0 commit comments

Comments
 (0)