notepadqq: remoe unnecesary fetchSubmodules

There are none to fetch, as verified by changing the hash and retrying. This
will now use the faster fetchzip path through fetchFromGitHub.
This commit is contained in:
Benjamin Hipple 2020-05-20 16:02:01 -04:00
parent 5f2d0c6a98
commit bfa7b0c3c0

View file

@ -3,12 +3,12 @@
mkDerivation rec {
pname = "notepadqq";
version = "1.4.8";
src = fetchFromGitHub {
owner = "notepadqq";
repo = "notepadqq";
rev = "v${version}";
sha256 = "0lbv4s7ng31dkznzbkmp2cvkqglmfj6lv4mbg3r410fif2nrva7k";
fetchSubmodules = true;
};
nativeBuildInputs = [