We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3902d9 + 99655ad commit 4fce58dCopy full SHA for 4fce58d
pkgs/by-name/no/notmuch-mailmover/package.nix
@@ -10,17 +10,17 @@
10
}:
11
rustPlatform.buildRustPackage rec {
12
pname = "notmuch-mailmover";
13
- version = "0.6.0";
+ version = "0.7.0";
14
15
src = fetchFromGitHub {
16
owner = "michaeladler";
17
repo = "notmuch-mailmover";
18
rev = "v${version}";
19
- hash = "sha256-v70R6CgN4RzG6L8LUg3ZvW895+G4eU8HZ0TI+jRxZ10=";
+ hash = "sha256-xX1sH+8DaLgCzkl5WwwNEE9+iTdZX0d64SxfmvuVVgs=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-aMSYXquyDwPBa4xL7wOSu/Ou1saPG5ZDXhLB4dAnomo=";
+ cargoHash = "sha256-5jEM5FURnfuoOiu2rqsh4shMp1ajv0zMpIx7r0gv6Bc=";
24
25
nativeBuildInputs = [
26
installShellFiles
0 commit comments