about summary refs log tree commit diff
path: root/pkgs/applications/editors/rednotebook
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-28 14:48:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-28 14:48:31 +0000
commit716d45cc489a6569491192c5ea6a19ca3d0462be (patch)
tree02cddae2c19d118a0320ab2a564eea736f445f95 /pkgs/applications/editors/rednotebook
parentbc71a15e46269cafe7f702946ce2ab232d4df448 (diff)
rednotebook: 2.25 -> 2.26
Diffstat (limited to 'pkgs/applications/editors/rednotebook')
-rw-r--r--pkgs/applications/editors/rednotebook/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/rednotebook/default.nix b/pkgs/applications/editors/rednotebook/default.nix
index 38ac593db2f7f..c323a10e9b291 100644
--- a/pkgs/applications/editors/rednotebook/default.nix
+++ b/pkgs/applications/editors/rednotebook/default.nix
@@ -5,13 +5,13 @@
 
 buildPythonApplication rec {
   pname = "rednotebook";
-  version = "2.25";
+  version = "2.26";
 
   src = fetchFromGitHub {
     owner = "jendrikseipp";
     repo = "rednotebook";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-3FcnyiQc7XGiZVtqxVxqaWYxXejgy/eNQQ4QNTUsCUI=";
+    sha256 = "sha256-QKK0bHy6pe+elPhnQlYAwmFP93LwCGxqRtBy10vj4i4=";
   };
 
   # We have not packaged tests.