Skip to content

Commit

Permalink
notmuch-mailmover: 0.5.0 -> 0.6.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 98fe668)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Jan 2, 2025
1 parent f6000b0 commit b5c5c12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/no/notmuch-mailmover/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "notmuch-mailmover";
version = "0.5.0";
version = "0.6.0";

src = fetchFromGitHub {
owner = "michaeladler";
repo = pname;
rev = "v${version}";
hash = "sha256-ionqR60mI/oHnqVqtdIeIU1HeCbXfLGIHqaHDYEZONk=";
hash = "sha256-v70R6CgN4RzG6L8LUg3ZvW895+G4eU8HZ0TI+jRxZ10=";
};

cargoHash = "sha256-tUhdfmYAdDlDMez03+ObX9PEU0CML12c5D8N95xiErI=";
cargoHash = "sha256-ys8fupS78yxgFBPCCB2JbGADNSEefrEEEGBgzWcLCnI=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit b5c5c12

Please sign in to comment.