summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adler <michael.adler@siemens.com>2024-09-03 11:21:40 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-09-05 00:16:57 +0000
commit9743f1fceae53d40d15628db8bd673ad1f435436 (patch)
tree7754a918461f1c8a49566a47e19a702d1260c136
parent[Backport release-24.05] zulip: 5.11.0 → 5.11.1 (#339322) (diff)
downloadnixpkgs-origin/backport-339214-to-release-24.05.tar.gz
notmuch-mailmover: 0.2.0 -> 0.3.0origin/backport-339214-to-release-24.05
(cherry picked from commit 01e0b12c24482009d9b53f9b2eae7c095800203c)
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/notmuch-mailmover.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/notmuch-mailmover.nix b/pkgs/applications/networking/mailreaders/notmuch/notmuch-mailmover.nix
index 2467e79255b5..c128acef4154 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/notmuch-mailmover.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/notmuch-mailmover.nix
@@ -7,23 +7,23 @@
}:
rustPlatform.buildRustPackage rec {
pname = "notmuch-mailmover";
- version = "0.2.0";
+ version = "0.3.0";
src = fetchFromGitHub {
owner = "michaeladler";
repo = pname;
rev = "v${version}";
- hash = "sha256-12eDCqer13GJS0YjJDleJbkP4o7kZfof6HlLG06qZW0=";
+ hash = "sha256-b+6vQ7m49+9RQ+GA75VgOAJej/2zeu5JAje/OazsEsk=";
};
- cargoHash = "sha256-B5VSkhY4nNXSG2SeCl22pSkl6SXEEoYj99wEsNhs/bQ=";
+ cargoHash = "sha256-qHSmfR5iUBXq8OQJkGCVA4JnExXisN2OIAVKiVMUaZo=";
nativeBuildInputs = [ installShellFiles ];
buildInputs = [ notmuch ];
postInstall = ''
- installManPage share/notmuch-mailmover.1
+ installManPage share/notmuch-mailmover.1.gz
installShellCompletion --cmd notmuch-mailmover \
--bash share/notmuch-mailmover.bash \
--fish share/notmuch-mailmover.fish \