Loading pkgs/applications/editors/notepad-next/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ mkDerivation rec { pname = "notepad-next"; version = "0.5.5"; version = "0.5.6"; src = fetchFromGitHub { owner = "dail8859"; repo = "NotepadNext"; rev = "v${version}"; sha256 = "sha256-ZjDvAN/NNz1GY7/0eKlxogYPg2Ba7Ncg6TXyKQEdWrU="; sha256 = "sha256-0ZmyEtyVpqQ05FOYdFbnFqfPJKNkrweflSl+irOzcuk="; # External dependencies - https://github.com/dail8859/NotepadNext/issues/135 fetchSubmodules = true; }; Loading Loading
pkgs/applications/editors/notepad-next/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ mkDerivation rec { pname = "notepad-next"; version = "0.5.5"; version = "0.5.6"; src = fetchFromGitHub { owner = "dail8859"; repo = "NotepadNext"; rev = "v${version}"; sha256 = "sha256-ZjDvAN/NNz1GY7/0eKlxogYPg2Ba7Ncg6TXyKQEdWrU="; sha256 = "sha256-0ZmyEtyVpqQ05FOYdFbnFqfPJKNkrweflSl+irOzcuk="; # External dependencies - https://github.com/dail8859/NotepadNext/issues/135 fetchSubmodules = true; }; Loading