Merge pull request #184881 from r-ryantm/auto-update/notepad-next
notepad-next: 0.5.3 -> 0.5.4
This commit is contained in:
commit
e057d3d042
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "notepad-next";
|
pname = "notepad-next";
|
||||||
version = "0.5.3";
|
version = "0.5.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dail8859";
|
owner = "dail8859";
|
||||||
repo = "NotepadNext";
|
repo = "NotepadNext";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-9VbtSpWiSVNRydqpTJ0Zd2/9mXy18Drl6q61BHZ0zrs=";
|
sha256 = "sha256-kEqoL4S/eHsbFoYxNlrv+Wq6acrHQm/qMfrARzl+BYA=";
|
||||||
# External dependencies - https://github.com/dail8859/NotepadNext/issues/135
|
# External dependencies - https://github.com/dail8859/NotepadNext/issues/135
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue