about summary refs log tree commit diff
path: root/pkgs/applications/editors/notepad-next
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-24 22:17:12 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-24 22:17:12 +0000
commitea75af1af5e7ae2c21d13d6e6994e2561a3ef25f (patch)
tree14b034eb091dd115c5f446b8186e5a9e87541810 /pkgs/applications/editors/notepad-next
parentd6cc5bb41d95eafce820fe82035838312efeb0df (diff)
notepad-next: 0.6.4 -> 0.7
Diffstat (limited to 'pkgs/applications/editors/notepad-next')
-rw-r--r--pkgs/applications/editors/notepad-next/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/notepad-next/default.nix b/pkgs/applications/editors/notepad-next/default.nix
index 2f668a6fc526e..2b6502023c9aa 100644
--- a/pkgs/applications/editors/notepad-next/default.nix
+++ b/pkgs/applications/editors/notepad-next/default.nix
@@ -2,13 +2,13 @@
 
 mkDerivation rec {
   pname = "notepad-next";
-  version = "0.6.4";
+  version = "0.7";
 
   src = fetchFromGitHub {
     owner = "dail8859";
     repo = "NotepadNext";
     rev = "v${version}";
-    sha256 = "sha256-m8+kM9uz3gJ3kvpgZdoonSvYlh/f1WiGZlB8JKMTXh4=";
+    sha256 = "sha256-I2bS8oT/TGf6fuXpTwOKo2MaUo0jLFIU/DfW9h1toOk=";
     # External dependencies - https://github.com/dail8859/NotepadNext/issues/135
     fetchSubmodules = true;
   };