summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkgs/overlay.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix
index f8d5a8f..5c82377 100644
--- a/pkgs/overlay.nix
+++ b/pkgs/overlay.nix
@@ -21,7 +21,7 @@ in
src = fetchgit {
url = "https://stuebinm.eu/git/git-annex-remote-remarkable2";
rev = "refs/heads/main";
- hash = "sha256-ZDoZFFADti3ZwLZqeP/F3BbW+Csuprw6+1LBBQIjnlo=";
+ hash = "sha256-Lgo+9FxJQ/ozBf79llYBu10JYMDvXn2vYkHbOZjRu/Y=";
};
cargoLock.lockFile = "${src.outPath}/Cargo.lock";
}) { };