summary refs log tree commit diff
diff options
context:
space:
mode:
authorSebastian Sellmeier <mail@sebastian-sellmeier.de>2022-07-10 11:21:44 +0200
committerSebastian Sellmeier <mail@sebastian-sellmeier.de>2022-07-10 11:21:44 +0200
commit032655547ad188e054f8a7c3a4b779df0f9abf32 (patch)
treec0a7bad77d3b3971516945bb7e5b4c5781222803
parentb39924fc7764c08ae3b51beef9a3518c414cdb7d (diff)
downloadnixpkgs-032655547ad188e054f8a7c3a4b779df0f9abf32.tar
nixpkgs-032655547ad188e054f8a7c3a4b779df0f9abf32.tar.gz
nixpkgs-032655547ad188e054f8a7c3a4b779df0f9abf32.tar.bz2
nixpkgs-032655547ad188e054f8a7c3a4b779df0f9abf32.tar.lz
nixpkgs-032655547ad188e054f8a7c3a4b779df0f9abf32.tar.xz
nixpkgs-032655547ad188e054f8a7c3a4b779df0f9abf32.tar.zst
nixpkgs-032655547ad188e054f8a7c3a4b779df0f9abf32.zip
notepad-next: 0.5.2 -> 0.5.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 aaa751ea503..06d5997af1e 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;
   };