qgroundcontrol: 4.4.3 -> 4.4.4

This commit is contained in:
R. Ryantm 2025-03-19 00:17:51 +00:00
parent cb60862bbd
commit d18c333d15

View File

@ -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;
};