Skip to content

Commit 4fce58d

Browse files
notmuch-mailmover: 0.6.0 -> 0.7.0 (#407773)
Co-authored-by: archer-65 <[email protected]>
2 parents a3902d9 + 99655ad commit 4fce58d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/no/notmuch-mailmover/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
}:
1111
rustPlatform.buildRustPackage rec {
1212
pname = "notmuch-mailmover";
13-
version = "0.6.0";
13+
version = "0.7.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "michaeladler";
1717
repo = "notmuch-mailmover";
1818
rev = "v${version}";
19-
hash = "sha256-v70R6CgN4RzG6L8LUg3ZvW895+G4eU8HZ0TI+jRxZ10=";
19+
hash = "sha256-xX1sH+8DaLgCzkl5WwwNEE9+iTdZX0d64SxfmvuVVgs=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-aMSYXquyDwPBa4xL7wOSu/Ou1saPG5ZDXhLB4dAnomo=";
23+
cargoHash = "sha256-5jEM5FURnfuoOiu2rqsh4shMp1ajv0zMpIx7r0gv6Bc=";
2424

2525
nativeBuildInputs = [
2626
installShellFiles

0 commit comments

Comments
 (0)