about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-25 11:13:59 -0500
committerGitHub <noreply@github.com>2024-02-25 11:13:59 -0500
commit94f0e5e269bb106004cfdd2f1fc67981f52b10de (patch)
tree080c0904f7245ad4474e50f95dbbd506e3dac70e /pkgs/applications/editors
parentc063b9b052e26ecf654c1460e083c8e2a50de38b (diff)
parentea75af1af5e7ae2c21d13d6e6994e2561a3ef25f (diff)
downloadnixlib-94f0e5e269bb106004cfdd2f1fc67981f52b10de.tar
nixlib-94f0e5e269bb106004cfdd2f1fc67981f52b10de.tar.gz
nixlib-94f0e5e269bb106004cfdd2f1fc67981f52b10de.tar.bz2
nixlib-94f0e5e269bb106004cfdd2f1fc67981f52b10de.tar.lz
nixlib-94f0e5e269bb106004cfdd2f1fc67981f52b10de.tar.xz
nixlib-94f0e5e269bb106004cfdd2f1fc67981f52b10de.tar.zst
nixlib-94f0e5e269bb106004cfdd2f1fc67981f52b10de.zip
Merge pull request #291250 from r-ryantm/auto-update/notepad-next
notepad-next: 0.6.4 -> 0.7
Diffstat (limited to 'pkgs/applications/editors')
-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 2f668a6fc526..2b6502023c9a 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;
   };