Skip to content

Commit

Permalink
joplin-desktop: 1.1.4 -> 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Oct 13, 2020
1 parent 6baf442 commit bb6c9fb
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.1.4";
version = "1.2.6";
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 = "1jgmjwjl2y3nrywnwidpk6p31sypy3gjghmzzqkrgjpf77ccbssm";
x86_64-darwin = "1v06k4qrk3n1ncgpmnqp4axmn7gvs3mgbvf8n6ldhgjhj3hq9day";
x86_64-linux = "14svzfhszb0pnsajbydsic0rdc64zp6csqjp6k2p2i20jf0c0im6";
x86_64-darwin = "1wdv8idnvn5567xdmsaa3f7skv48i9q6jqd4pgv8pz1zkhiqj0wi";
}.${system} or throwSystem;
};

Expand Down

0 comments on commit bb6c9fb

Please sign in to comment.