joplin-desktop: 2.7.13 -> 2.7.15

main
Dmitry Pogodin 2 years ago committed by test
parent f678ad7c7a
commit 8278250ab7
  1. 6
      pkgs/applications/misc/joplin-desktop/default.nix

@ -2,7 +2,7 @@
let
pname = "joplin-desktop";
version = "2.7.13";
version = "2.7.15";
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 = "sha256-ObuBcFV5fq2sryC+ETTAH+S19EW+nVlxdVOtOpiBeDs=";
x86_64-darwin = "sha256-f0+/kUukP+zIzTSSGO1ctUBd/uCSrAKz+uBnrzpPy5k=";
x86_64-linux = "sha256-PtfDH2W8wolqa10BoI9hazcj+1bszlnpt+D+sbzSRts=";
x86_64-darwin = "sha256-CPD/2x5FxHL9CsYz9EZJX5SYiFGz7/fjntOlDMKHYEA=";
}.${system} or throwSystem;
};

Loading…
Cancel
Save