Merge pull request #250433 from kashw2/calaos_installer

calaos_installer: 3.5 -> 3.11
This commit is contained in:
Weijia Wang 2023-09-01 23:23:26 +02:00 committed by GitHub
commit de2b83d241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "calaos_installer";
version = "3.5";
version = "3.11";
src = fetchFromGitHub {
owner = "calaos";
repo = "calaos_installer";
rev = "v${version}";
sha256 = "hx7XVF2iueKFR67U0EvSK1vYZnJBnuOpUOkSjx7h1XY=";
sha256 = "sha256-e/f58VtGmKukdv4rIrGljXhA9d/xUycM5V6I1FT5qeY=";
};
nativeBuildInputs = [ qmake qttools ];