about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorBasti <mail@sebastian-sellmeier.de>2024-06-27 19:52:58 +0000
committerGitHub <noreply@github.com>2024-06-27 19:52:58 +0000
commit03915f0fec6e7aeaad0c2dac89dd52481d5442f5 (patch)
tree3b360ca16c75c139147cc8cc9607e6693ac6f353 /pkgs/applications/editors
parent614d270a953da4e5dd13a33a3e12fca96c3d12a6 (diff)
parentc2958ed54645e499219cf17422a91f4426c891f5 (diff)
Merge pull request #322539 from r-ryantm/auto-update/notepad-next
notepad-next: 0.7 -> 0.8
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 837648a40d36f..b60b421e51466 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.7";
+  version = "0.8";
 
   src = fetchFromGitHub {
     owner = "dail8859";
     repo = "NotepadNext";
     rev = "v${version}";
-    sha256 = "sha256-I2bS8oT/TGf6fuXpTwOKo2MaUo0jLFIU/DfW9h1toOk=";
+    sha256 = "sha256-fwHTsTKcVaeIv0NQQBjzfXscGDfXr3X/yH07YnYh3fU=";
     # External dependencies - https://github.com/dail8859/NotepadNext/issues/135
     fetchSubmodules = true;
   };