qgroundcontrol: 4.4.4 -> 4.4.5

This commit is contained in:
R. Ryantm 2025-05-28 08:05:10 +00:00
parent 3f62a1ca1a
commit 170aad1192

View file

@ -11,7 +11,7 @@
stdenv.mkDerivation rec {
pname = "qgroundcontrol";
version = "4.4.4";
version = "4.4.5";
propagatedBuildInputs = with libsForQt5; [
qtbase
@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
owner = "mavlink";
repo = "qgroundcontrol";
rev = "v${version}";
hash = "sha256-+BsI79p0XJ1nCjEtaCVgHbD+jseVGLQZOll79xZ5THo=";
hash = "sha256-wjrfwE97J+UzBPIARQ6cPadN6xIdqR8i+ZKbtiDproM=";
fetchSubmodules = true;
};