calaos_installer: 3.5 -> 3.11

This commit is contained in:
kashw2 2023-08-21 08:47:52 +10:00
parent 87c409efe1
commit f7289e6e80

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 ];