about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-07-10 17:26:48 +0200
committerGitHub <noreply@github.com>2022-07-10 17:26:48 +0200
commit92a0ee67668e2fbf68a13e95398992f67d26ec9a (patch)
tree319773c77bfcac0ffb8e5369b49a4db9347c0971 /pkgs/applications
parent909d77ac5040495481674ebfacee87f501ad2fc2 (diff)
parent032655547ad188e054f8a7c3a4b779df0f9abf32 (diff)
Merge pull request #180951 from SebTM/update/notepad-next_053
notepad-next: 0.5.2 -> 0.5.3
Diffstat (limited to 'pkgs/applications')
-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 aaa751ea503c5..06d5997af1e88 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.2";
+  version = "0.5.3";
 
   src = fetchFromGitHub {
     owner = "dail8859";
     repo = "NotepadNext";
     rev = "v${version}";
-    sha256 = "sha256-LyUV85wW6FGlkV0qSIfkLMHpXXj1qvRnGZuYy8ASwZ8=";
+    sha256 = "sha256-9VbtSpWiSVNRydqpTJ0Zd2/9mXy18Drl6q61BHZ0zrs=";
     # External dependencies - https://github.com/dail8859/NotepadNext/issues/135
     fetchSubmodules = true;
   };