We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef3fdd commit 281aff1Copy full SHA for 281aff1
CMakeLists.txt
@@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
6
find_package(Qt6 REQUIRED COMPONENTS Core Gui Qml Quick QuickControls2 Network)
7
8
# Read version from git tag if available
9
-set(CONNECTTOOL_VERSION "1.5.12")
+set(CONNECTTOOL_VERSION "1.5.13")
10
if(DEFINED ENV{CONNECTTOOL_VERSION})
11
set(CONNECTTOOL_VERSION "$ENV{CONNECTTOOL_VERSION}")
12
endif()
flake.nix
@@ -60,7 +60,7 @@
60
{
61
default = pkgs.stdenv.mkDerivation rec {
62
pname = "connecttool-qt";
63
- version = "1.5.12";
+ version = "1.5.13";
64
dontWrapQtApps = pkgs.stdenv.isDarwin;
65
66
# Keep entire working tree (including untracked) so new sources are present.
0 commit comments