qgroundcontrol: 4.4.3 -> 4.4.4
This commit is contained in:
parent
cb60862bbd
commit
d18c333d15
@ -11,7 +11,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "qgroundcontrol";
|
||||
version = "4.4.3";
|
||||
version = "4.4.4";
|
||||
|
||||
propagatedBuildInputs = with libsForQt5; [
|
||||
qtbase
|
||||
@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "mavlink";
|
||||
repo = "qgroundcontrol";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-pHs9pRL5fAeRtDcNPCdqy4oPYyJ0mbJjLDlotFfjOl4=";
|
||||
hash = "sha256-+BsI79p0XJ1nCjEtaCVgHbD+jseVGLQZOll79xZ5THo=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user