joplin-desktop: 2.1.9 -> 2.3.5

launchpad/nixpkgs/master
laikq 3 years ago committed by Bjørn Forsman
parent 52fe17a227
commit 05e11f840b
  1. 6
      pkgs/applications/misc/joplin-desktop/default.nix

@ -2,7 +2,7 @@
let
pname = "joplin-desktop";
version = "2.1.9";
version = "2.3.5";
name = "${pname}-${version}";
inherit (stdenv.hostPlatform) system;
@ -16,8 +16,8 @@ let
src = fetchurl {
url = "https://github.com/laurent22/joplin/releases/download/v${version}/Joplin-${version}.${suffix}";
sha256 = {
x86_64-linux = "1s7zydi90yzafii42m3aaf3niqlmdy2m494j2b3yrz2j26njj4q9";
x86_64-darwin = "1pvl08yhcrnrvdybfmkigaidhfrrg42bb6rzv96zyq9w4k0l0lm8";
x86_64-linux = "sha256-Qy/CpIEfAZ9735mwcNaJIw+qVmYXVwQ7gJuUj2lpQc4=";
x86_64-darwin = "sha256-7I+fhcFFW/WihuUkSE5Pc8RhKszSgByP58H3sKSJbrc=";
}.${system} or throwSystem;
};

Loading…
Cancel
Save