Skip to content

Commit

Permalink
Merge pull request #106392 from tasmo/standardnotes-3.5.11
Browse files Browse the repository at this point in the history
standardnotes: 3.3.3 -> 3.5.11
  • Loading branch information
SuperSandro2000 committed Dec 9, 2020
2 parents 5835680 + 4c842c9 commit 92a721a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/editors/standardnotes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
, fetchurl, runtimeShell }:

let
version = "3.3.3";
version = "3.5.11";
pname = "standardnotes";
name = "${pname}-${version}";

plat = {
i386-linux = "-i386";
x86_64-linux = "";
x86_64-linux = "x86_64";
}.${stdenv.hostPlatform.system};

sha256 = {
i386-linux = "2ccdf23588b09d645811e562d4fd7e02ac0e367bf2b34e373d8470d48544036d";
x86_64-linux = "6366d0a37cbf2cf51008a666e40bada763dd1539173de01e093bcbe4146a6bd8";
i386-linux = "009fnnd7ysxkyykkbmhvr0vn13b21j1j5mzwdvqdkhm9v3c9rbgj";
x86_64-linux = "1fij00d03ky57jlnhf9n2iqvfa4dgmkgawrxd773gg03hdsk7xcf";
}.${stdenv.hostPlatform.system};

src = fetchurl {
url = "https://github.com/standardnotes/desktop/releases/download/v${version}/standard-notes-${version}${plat}.AppImage";
url = "https://github.com/standardnotes/desktop/releases/download/v${version}/standard-notes-${version}-linux-${plat}.AppImage";
inherit sha256;
};

Expand Down

0 comments on commit 92a721a

Please sign in to comment.