summary refs log tree commit diff
path: root/pkgs/applications/editors/rednotebook
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-30 07:31:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-30 07:31:00 +0000
commitd400dbc9310cacf93f447933ee51f3e036175834 (patch)
tree6597c48023cf76471582e1b31e4db08bd8accf25 /pkgs/applications/editors/rednotebook
parent334071af91e4202b1dd1ad435721a8c016e79ff1 (diff)
downloadnixpkgs-d400dbc9310cacf93f447933ee51f3e036175834.tar
nixpkgs-d400dbc9310cacf93f447933ee51f3e036175834.tar.gz
nixpkgs-d400dbc9310cacf93f447933ee51f3e036175834.tar.bz2
nixpkgs-d400dbc9310cacf93f447933ee51f3e036175834.tar.lz
nixpkgs-d400dbc9310cacf93f447933ee51f3e036175834.tar.xz
nixpkgs-d400dbc9310cacf93f447933ee51f3e036175834.tar.zst
nixpkgs-d400dbc9310cacf93f447933ee51f3e036175834.zip
rednotebook: 2.24 -> 2.25
Diffstat (limited to 'pkgs/applications/editors/rednotebook')
-rw-r--r--pkgs/applications/editors/rednotebook/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/rednotebook/default.nix b/pkgs/applications/editors/rednotebook/default.nix
index d7746ac1783..38ac593db2f 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.24";
+  version = "2.25";
 
   src = fetchFromGitHub {
     owner = "jendrikseipp";
     repo = "rednotebook";
-    rev = "v${version}";
-    sha256 = "sha256-nTFyRNJAhTrVlKdLd2F0jv7VcNn2pGTAegvfMjfHY84=";
+    rev = "refs/tags/v${version}";
+    sha256 = "sha256-3FcnyiQc7XGiZVtqxVxqaWYxXejgy/eNQQ4QNTUsCUI=";
   };
 
   # We have not packaged tests.