about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-30 07:04:10 -0500
committerGitHub <noreply@github.com>2022-09-30 07:04:10 -0500
commit29b143cf097367a740790e94f205a4eb4eb6a34d (patch)
tree828ad0a6b6249515c070614541b38b9a75f0f682
parent167022b7bad5923c806d3809437caf51627949cd (diff)
parent0b546ecd3964c5a113688ac5d515a5579a6c6ab1 (diff)
Merge pull request #192873 from SebTM/update/notepad_next_055
notepad-next: 0.5.4 -> 0.5.5
-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 2c57eeb39083f..77b41ea610dcd 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.4";
+  version = "0.5.5";
 
   src = fetchFromGitHub {
     owner = "dail8859";
     repo = "NotepadNext";
     rev = "v${version}";
-    sha256 = "sha256-kEqoL4S/eHsbFoYxNlrv+Wq6acrHQm/qMfrARzl+BYA=";
+    sha256 = "sha256-ZjDvAN/NNz1GY7/0eKlxogYPg2Ba7Ncg6TXyKQEdWrU=";
     # External dependencies - https://github.com/dail8859/NotepadNext/issues/135
     fetchSubmodules = true;
   };