Merge pull request #145225 from dtzWill/update/joplin-2.5.12

Changed files
+3 -3
pkgs
applications
misc
joplin-desktop
+3 -3
pkgs/applications/misc/joplin-desktop/default.nix
···
let
pname = "joplin-desktop";
-
version = "2.4.6";
name = "${pname}-${version}";
inherit (stdenv.hostPlatform) system;
···
src = fetchurl {
url = "https://github.com/laurent22/joplin/releases/download/v${version}/Joplin-${version}.${suffix}";
sha256 = {
-
x86_64-linux = "sha256-BMpRWtfx5fXEJy3hp/+q86sd+Yd/QPJbSqi2nWE2dcQ=";
-
x86_64-darwin = "sha256-4UNKdoGtQSN5/m+xQZrY77ZE5A7jvpDOUCRvwrS5e6g=";
}.${system} or throwSystem;
};
···
let
pname = "joplin-desktop";
+
version = "2.5.12";
name = "${pname}-${version}";
inherit (stdenv.hostPlatform) system;
···
src = fetchurl {
url = "https://github.com/laurent22/joplin/releases/download/v${version}/Joplin-${version}.${suffix}";
sha256 = {
+
x86_64-linux = "sha256-/S/paqMKVerSQFjA4wQ9fLV0WaqKm4CzQfy+0OdH7c8=";
+
x86_64-darwin = "sha256-5eKTfZRpW7IYwFt8TeJiytrwEpiHBgN4k9kth+Lh0Bo=";
}.${system} or throwSystem;
};