Skip to content

Commit

Permalink
notepadqq: remoe unnecesary fetchSubmodules
Browse files Browse the repository at this point in the history
There are none to fetch, as verified by changing the hash and retrying. This
will now use the faster fetchzip path through fetchFromGitHub.
  • Loading branch information
bhipple committed Jun 14, 2020
1 parent 5f2d0c6 commit bfa7b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/notepadqq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit bfa7b0c

Please sign in to comment.