about summary refs log tree commit diff
path: root/pkgs/applications/editors/standardnotes
diff options
context:
space:
mode:
authorFaye <duxovni@duxovni.org>2022-02-20 17:58:57 -0500
committerFaye <duxovni@duxovni.org>2022-02-20 17:58:57 -0500
commitfd5b0c903f01d94aaa788bac6c0fe49081ce8012 (patch)
tree89b0a8daeb5bc4f16e0ca8b15bc9665b29e5ffe0 /pkgs/applications/editors/standardnotes
parentd81f048ef4ce360ba2d11d3d7c94398be134b380 (diff)
standardnotes: 3.9.5 -> 3.11.1
Diffstat (limited to 'pkgs/applications/editors/standardnotes')
-rw-r--r--pkgs/applications/editors/standardnotes/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/standardnotes/default.nix b/pkgs/applications/editors/standardnotes/default.nix
index 4191f6fbd20ca..6e478693d4095 100644
--- a/pkgs/applications/editors/standardnotes/default.nix
+++ b/pkgs/applications/editors/standardnotes/default.nix
@@ -2,7 +2,7 @@
 , fetchurl, libsecret, gtk3, gsettings-desktop-schemas }:
 
 let
-  version = "3.9.5";
+  version = "3.11.1";
   pname = "standardnotes";
   name = "${pname}-${version}";
   throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}";
@@ -13,8 +13,8 @@ let
   }.${stdenv.hostPlatform.system} or throwSystem;
 
   sha256 = {
-    i686-linux = "sha256-7Mo8ELFV6roZ3IYWBtB2rRDAzJrq4ht9f1v6uohsauw=";
-    x86_64-linux = "sha256-9VPYII9E8E3yL7UuU0+GmaK3qxWX4bwfACDl7F7sngo=";
+    i686-linux = "3e83a7eef5c29877eeffefb832543b21627cf027ae6e7b4f662865b6b842649a";
+    x86_64-linux = "fd461e98248a2181afd2ef94a41a291d20f7ffb20abeaf0cfcf81a9f94e27868";
   }.${stdenv.hostPlatform.system} or throwSystem;
 
   src = fetchurl {