3
0
Fork 0
forked from mirrors/nixpkgs

notepad-next: 0.5.3 -> 0.5.4

This commit is contained in:
R. Ryantm 2022-08-02 19:25:16 +00:00
parent 063618d204
commit ffd085e36a

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "notepad-next";
version = "0.5.3";
version = "0.5.4";
src = fetchFromGitHub {
owner = "dail8859";
repo = "NotepadNext";
rev = "v${version}";
sha256 = "sha256-9VbtSpWiSVNRydqpTJ0Zd2/9mXy18Drl6q61BHZ0zrs=";
sha256 = "sha256-kEqoL4S/eHsbFoYxNlrv+Wq6acrHQm/qMfrARzl+BYA=";
# External dependencies - https://github.com/dail8859/NotepadNext/issues/135
fetchSubmodules = true;
};