mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
notepad-next: 0.6.3 -> 0.6.4
This commit is contained in:
parent
1ae1ab8d01
commit
ab4b58a7f4
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "notepad-next";
|
pname = "notepad-next";
|
||||||
version = "0.6.3";
|
version = "0.6.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dail8859";
|
owner = "dail8859";
|
||||||
repo = "NotepadNext";
|
repo = "NotepadNext";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-1ci1g+qBDsw9IkqjI3tRvMsLBvnPU+nn7heYuid/e5M=";
|
sha256 = "sha256-m8+kM9uz3gJ3kvpgZdoonSvYlh/f1WiGZlB8JKMTXh4=";
|
||||||
# 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 New Issue
Block a user