notepad-next: 0.5.4 -> 0.5.5

This commit is contained in:
Sebastian Sellmeier 2022-09-25 12:31:09 +02:00
parent fde244a8c7
commit 0b546ecd39
No known key found for this signature in database
GPG Key ID: 51E2BE0CCC826F98

View File

@ -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;
};