From 0b546ecd3964c5a113688ac5d515a5579a6c6ab1 Mon Sep 17 00:00:00 2001 From: Sebastian Sellmeier Date: Sun, 25 Sep 2022 12:31:09 +0200 Subject: [PATCH] notepad-next: 0.5.4 -> 0.5.5 --- pkgs/applications/editors/notepad-next/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/notepad-next/default.nix b/pkgs/applications/editors/notepad-next/default.nix index 2c57eeb39083..77b41ea610dc 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; };