qgroundcontrol: Remove pname misuse

This commit is contained in:
Gavin John 2024-09-05 11:22:48 -07:00
parent 54bda8090b
commit 4c6a603295
No known key found for this signature in database
GPG Key ID: 792E158CDD33C3EE

View File

@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
# TODO: package mavlink so we can build from a normal source tarball
src = fetchFromGitHub {
owner = "mavlink";
repo = pname;
repo = "qgroundcontrol";
rev = "v${version}";
hash = "sha256-2Bc4uC/2e+PTsvFZ4RjnTzkOiBO9vsYHeLPkcwpDRrg=";
fetchSubmodules = true;