tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
notepad-next: 0.6.3 -> 0.6.4
R. Ryantm
2 years ago
ab4b58a7
1ae1ab8d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
notepad-next
default.nix
+2
-2
pkgs/applications/editors/notepad-next/default.nix
···
2
2
3
3
mkDerivation rec {
4
4
pname = "notepad-next";
5
5
-
version = "0.6.3";
5
5
+
version = "0.6.4";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "dail8859";
9
9
repo = "NotepadNext";
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-1ci1g+qBDsw9IkqjI3tRvMsLBvnPU+nn7heYuid/e5M=";
11
11
+
sha256 = "sha256-m8+kM9uz3gJ3kvpgZdoonSvYlh/f1WiGZlB8JKMTXh4=";
12
12
# External dependencies - https://github.com/dail8859/NotepadNext/issues/135
13
13
fetchSubmodules = true;
14
14
};