about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-21 04:23:01 +0100
committerGitHub <noreply@github.com>2021-03-21 04:23:01 +0100
commitc83315ed5d7aa1fd203f1739d7cb4638816895ea (patch)
tree129a7036ab69d49b6784822f60de7b305975dc3a
parent01b739f3c498be2dfdfc6be5e96d9f1e3f8b6764 (diff)
parente4f534b8ab129a205ea120ba530f3cdf63ced890 (diff)
Merge pull request #111843 from r-ryantm/auto-update/simplenote
simplenote: 2.2.0 -> 2.5.0
-rw-r--r--pkgs/applications/misc/simplenote/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/simplenote/default.nix b/pkgs/applications/misc/simplenote/default.nix
index 840b37351c79e..3fb99d5b3d550 100644
--- a/pkgs/applications/misc/simplenote/default.nix
+++ b/pkgs/applications/misc/simplenote/default.nix
@@ -17,10 +17,10 @@ let
 
   pname = "simplenote";
 
-  version = "2.2.0";
+  version = "2.5.0";
 
   sha256 = {
-    x86_64-linux = "123b0fh14068s2z3k6s5mmh46xwlz02qfnpmj838zlm5hckjmifv";
+    x86_64-linux = "sha256-Mn1oie+YHNtYKriIAIHdO+tUQDqaA34dkAJgZvQy76I=";
   }.${system} or throwSystem;
 
   meta = with lib; {