Loading pkgs/applications/misc/joplin-desktop/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ let pname = "joplin-desktop"; version = "2.10.4"; version = "2.10.18"; name = "${pname}-${version}"; inherit (stdenv.hostPlatform) system; Loading @@ -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-KEEPPtWxaY6+Nu/CE+AVAnaVZ30zmASWiIYaJt4a+3E="; x86_64-darwin = "sha256-8Rkj1pV6tJygznbfELnAhzhh7ImnTm9dxCxCjYlWdnU="; x86_64-linux = "sha256-oo3li8w1uem9lyFqwnrZ7Fl1R7Hrd8W+PHcIiaL2/+U="; x86_64-darwin = "sha256-xYNp6WW8uPBrfuUgE5LI+1PuQK+vTA11eOtkz2ogpk0="; }.${system} or throwSystem; }; Loading Loading
pkgs/applications/misc/joplin-desktop/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ let pname = "joplin-desktop"; version = "2.10.4"; version = "2.10.18"; name = "${pname}-${version}"; inherit (stdenv.hostPlatform) system; Loading @@ -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-KEEPPtWxaY6+Nu/CE+AVAnaVZ30zmASWiIYaJt4a+3E="; x86_64-darwin = "sha256-8Rkj1pV6tJygznbfELnAhzhh7ImnTm9dxCxCjYlWdnU="; x86_64-linux = "sha256-oo3li8w1uem9lyFqwnrZ7Fl1R7Hrd8W+PHcIiaL2/+U="; x86_64-darwin = "sha256-xYNp6WW8uPBrfuUgE5LI+1PuQK+vTA11eOtkz2ogpk0="; }.${system} or throwSystem; }; Loading