Skip to content

Commit

Permalink
Merge pull request #103458 from CheariX/joplin-desktop-1.3.18
Browse files Browse the repository at this point in the history
joplin-desktop: 1.2.6 -> 1.3.18
  • Loading branch information
ajs124 committed Nov 12, 2020
2 parents a56a02c + 5eb3f97 commit d7c97eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/joplin-desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

let
pname = "joplin-desktop";
version = "1.2.6";
version = "1.3.18";
name = "${pname}-${version}";

inherit (stdenv.hostPlatform) system;
Expand All @@ -16,8 +16,8 @@ let
src = fetchurl {
url = "https://github.com/laurent22/joplin/releases/download/v${version}/Joplin-${version}.${suffix}";
sha256 = {
x86_64-linux = "14svzfhszb0pnsajbydsic0rdc64zp6csqjp6k2p2i20jf0c0im6";
x86_64-darwin = "1wdv8idnvn5567xdmsaa3f7skv48i9q6jqd4pgv8pz1zkhiqj0wi";
x86_64-linux = "1dldy137ia8qxhf7d5xzq5slm12bhnmw4kx7fm37n1ajjdcn5sf7";
x86_64-darwin = "0zm9vhxlfs1ldd8za4yha54psqwl0al4hzdfxjfp7ir98i9a4cj7";
}.${system} or throwSystem;
};

Expand Down

0 comments on commit d7c97eb

Please sign in to comment.