joplin-desktop: 2.12.16 -> 2.12.18

This commit is contained in:
Mikael Fangel 2023-09-30 23:41:12 +02:00
parent de8256f61b
commit 634e912793
No known key found for this signature in database
GPG key ID: 306DE4426F0B77C3

View file

@ -2,7 +2,7 @@
let
pname = "joplin-desktop";
version = "2.12.16";
version = "2.12.18";
name = "${pname}-${version}";
inherit (stdenv.hostPlatform) system;
@ -17,9 +17,9 @@ let
src = fetchurl {
url = "https://github.com/laurent22/joplin/releases/download/v${version}/Joplin-${version}${suffix}";
sha256 = {
x86_64-linux = "sha256-9ib8lymmSINqC0oXUxkKcpKfPh7qmU3YytU1/4aKMLg=";
x86_64-darwin = "sha256-vWc5yx3i5Ru8vrQbrTQwr43ZMBzOAb9254cxTHg6A/Q=";
aarch64-darwin = "sha256-dhwPqT+zfBYOVUV5JprPfgrSJR2ZNsC3LJmRHGJVM4k=";
x86_64-linux = "1fwcqgqni7d9x0prdy3p8ccc5lzgn57rhph4498vs1q40kyq8823";
x86_64-darwin = "sha256-atd7nkefLvilTq39nTLbXQhm1zzBCHOLL7MRJwlTSMk=";
aarch64-darwin = "sha256-xiWXD+ULSVJ80uruYz0uRFkDRT1QOUd6FSWDKK9yLMc=";
}.${system} or throwSystem;
};