summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-10 10:57:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-10 10:57:05 +0000
commit23439d461906eae57e1159c5285e61973cfd2a2f (patch)
treea3e20b5389f5a36fd5af59c39cc8537592cc0183
parentd5210941a5003a865421bd50bbd0a43a2d511bcf (diff)
downloadnixpkgs-23439d461906eae57e1159c5285e61973cfd2a2f.tar
nixpkgs-23439d461906eae57e1159c5285e61973cfd2a2f.tar.gz
nixpkgs-23439d461906eae57e1159c5285e61973cfd2a2f.tar.bz2
nixpkgs-23439d461906eae57e1159c5285e61973cfd2a2f.tar.lz
nixpkgs-23439d461906eae57e1159c5285e61973cfd2a2f.tar.xz
nixpkgs-23439d461906eae57e1159c5285e61973cfd2a2f.tar.zst
nixpkgs-23439d461906eae57e1159c5285e61973cfd2a2f.zip
notepad-next: 0.6.1 -> 0.6.3
-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 dcea229e818..ab4ea0a7948 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.1";
+  version = "0.6.3";
 
   src = fetchFromGitHub {
     owner = "dail8859";
     repo = "NotepadNext";
     rev = "v${version}";
-    sha256 = "sha256-4OjthXAzcAVwDA7+oK7sKiOiB7i/cYIdxyrz+9wPvDg=";
+    sha256 = "sha256-1ci1g+qBDsw9IkqjI3tRvMsLBvnPU+nn7heYuid/e5M=";
     # External dependencies - https://github.com/dail8859/NotepadNext/issues/135
     fetchSubmodules = true;
   };