From 6a4d532bb7f7c19c5e59ceda567f5f838aa6ce3d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 9 Dec 2024 13:24:53 +0000 Subject: [PATCH] rednotebook: 2.35 -> 2.36 --- pkgs/applications/editors/rednotebook/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/rednotebook/default.nix b/pkgs/applications/editors/rednotebook/default.nix index e977ae20687a..4709d880056b 100644 --- a/pkgs/applications/editors/rednotebook/default.nix +++ b/pkgs/applications/editors/rednotebook/default.nix @@ -5,14 +5,14 @@ buildPythonApplication rec { pname = "rednotebook"; - version = "2.35"; + version = "2.36"; pyproject = true; src = fetchFromGitHub { owner = "jendrikseipp"; repo = "rednotebook"; - rev = "refs/tags/v${version}"; - sha256 = "sha256-sGwdZZ3YGm3sXJoxnYwj6HQcYMnC1pEzba3N9KLfRHM="; + tag = "v${version}"; + sha256 = "sha256-ISwYQPI7qM0+cEdWnHLdrJA/07BUjDP4gzF/GzqNcsE="; }; # We have not packaged tests.