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>2023-01-14 02:17:35 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-14 02:17:35 +0000
commitbb125c06983e9c2146ebb9d8545f845078a58732 (patch)
treee516d839089881cf835806f8c7e768df1cdea705 /pkgs/applications/editors/notepad-next
parent66bc6e35c9a266c1c06d0db525a2ad3abb292561 (diff)
notepad-next: 0.5.6 -> 0.6
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 2d6f5eb8f3ca3..ab9489cd381f5 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.5.6";
+  version = "0.6";
 
   src = fetchFromGitHub {
     owner = "dail8859";
     repo = "NotepadNext";
     rev = "v${version}";
-    sha256 = "sha256-0ZmyEtyVpqQ05FOYdFbnFqfPJKNkrweflSl+irOzcuk=";
+    sha256 = "sha256-t+TfyhQjUp4xJQ4vihAwm691dpt8ctQwLYDRRAQI7OM=";
     # External dependencies - https://github.com/dail8859/NotepadNext/issues/135
     fetchSubmodules = true;
   };