Skip to content

Commit d6cd5a7

Browse files
committed
update release version for nix.
1 parent 641ef19 commit d6cd5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
let
44
apple-notes-liberator = pkgs.fetchurl {
5-
url = "https://github.com/HamburgChimps/apple-notes-liberator/releases/download/v2.0.0/apple-notes-liberator.jar";
5+
url = "https://github.com/HamburgChimps/apple-notes-liberator/releases/download/v2.1.0/apple-notes-liberator.jar";
66
sha256="sha256-QNecOkv8E9MtQztfQSNi0zJc3tkRsySCyz6vSrr9Qe8=";
77
};
88
in pkgs.mkShell {

0 commit comments

Comments
 (0)