notepad-next: 0.11 -> 0.12

R. Ryantm 51fdb4f3 1f622956

+2 -2
+2 -2
pkgs/by-name/no/notepad-next/package.nix
··· 7 8 stdenv.mkDerivation (finalAttrs: { 9 pname = "notepad-next"; 10 - version = "0.11"; 11 12 src = fetchFromGitHub { 13 owner = "dail8859"; 14 repo = "NotepadNext"; 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-qpJXby355iSyAGzj19jJJFmFkKeBRgOGod2rrZJqU9Y="; 17 # External dependencies - https://github.com/dail8859/NotepadNext/issues/135 18 fetchSubmodules = true; 19 };
··· 7 8 stdenv.mkDerivation (finalAttrs: { 9 pname = "notepad-next"; 10 + version = "0.12"; 11 12 src = fetchFromGitHub { 13 owner = "dail8859"; 14 repo = "NotepadNext"; 15 tag = "v${finalAttrs.version}"; 16 + hash = "sha256-YD4tIPh5iJpbcDMZk334k2AV9jTVWCSGP34Mj2x0cJ0="; 17 # External dependencies - https://github.com/dail8859/NotepadNext/issues/135 18 fetchSubmodules = true; 19 };