joplin-desktop: 2.8.8 -> 2.9.17

Diff: https://github.com/laurent22/joplin/compare/v2.8.8...v2.9.17
This commit is contained in:
Steven Kou 2022-12-25 12:49:04 +08:00 committed by Bjørn Forsman
parent d366e7ea1e
commit d5cd7d7d47

View file

@ -2,7 +2,7 @@
let
pname = "joplin-desktop";
version = "2.8.8";
version = "2.9.17";
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 = "0ivljlw6kdpg94q9syi11zmk54w06m8j3zicx9nppqg720fw4zv3";
x86_64-darwin = "0gpr3zi6z98pkg8hsvcmpck754cph53kmgl3bhp3zmmmfj0kxjhs";
x86_64-linux = "sha256-kdmxSXKHIyVdvVNEoZkSIQlOkTt97bpAdrV0sxhL1Ug=";
x86_64-darwin = "sha256-o3Q5foEuBi4OTHr6mP0ZXOxkkUw/c/jXaZOtztQf0gM=";
}.${system} or throwSystem;
};