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