standardnotes: 3.5.11 -> 3.5.18

This commit is contained in:
Shaw Vrana 2021-02-03 16:40:27 -08:00
parent 5ac119043d
commit dfb4185232

View file

@ -2,7 +2,7 @@
, fetchurl, runtimeShell, libsecret, gtk3, gsettings-desktop-schemas }:
let
version = "3.5.11";
version = "3.5.18";
pname = "standardnotes";
name = "${pname}-${version}";
@ -13,7 +13,7 @@ let
sha256 = {
i386-linux = "009fnnd7ysxkyykkbmhvr0vn13b21j1j5mzwdvqdkhm9v3c9rbgj";
x86_64-linux = "1fij00d03ky57jlnhf9n2iqvfa4dgmkgawrxd773gg03hdsk7xcf";
x86_64-linux = "1zrnvvr9x0s2gp948iajsmgn38xm6x0g2dgxrfjis39rpplsrdww";
}.${stdenv.hostPlatform.system};
src = fetchurl {