notepad-next: 0.6.3 -> 0.6.4

+2 -2
+2 -2
pkgs/applications/editors/notepad-next/default.nix
··· 2 2 3 3 mkDerivation rec { 4 4 pname = "notepad-next"; 5 - version = "0.6.3"; 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 - sha256 = "sha256-1ci1g+qBDsw9IkqjI3tRvMsLBvnPU+nn7heYuid/e5M="; 11 + sha256 = "sha256-m8+kM9uz3gJ3kvpgZdoonSvYlh/f1WiGZlB8JKMTXh4="; 12 12 # External dependencies - https://github.com/dail8859/NotepadNext/issues/135 13 13 fetchSubmodules = true; 14 14 };