input-leap: unstable-2023-12-27 -> 3.0.2

This commit is contained in:
FliegendeWurst 2024-10-14 13:25:00 +02:00
parent 782b08ba3d
commit 5b9b47844c
2 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,5 @@
{ lib
, mkDerivation
, stdenv
, fetchFromGitHub
, cmake
@ -22,21 +22,22 @@
, qtbase
, qttools
, wrapGAppsHook3
, wrapQtAppsHook
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "input-leap";
version = "unstable-2023-12-27";
version = "3.0.2";
src = fetchFromGitHub {
owner = "input-leap";
repo = "input-leap";
rev = "ecf1fb6645af7b79e6ea984d3c9698ca0ab6f391";
hash = "sha256-TEv1xR1wUG3wXNATLLIZKOtW05X96wsPNOlE77OQK54=";
rev = "v${version}";
hash = "sha256-YkBHvwN573qqQWe/p0n4C2NlyNQHSZNz2jyMKGPITF4=";
fetchSubmodules = true;
};
nativeBuildInputs = [ pkg-config cmake wrapGAppsHook3 qttools ];
nativeBuildInputs = [ pkg-config cmake wrapGAppsHook3 wrapQtAppsHook qttools ];
buildInputs = [
curl qtbase avahi
libX11 libXext libXtst libXinerama libXrandr libXdmcp libICE libSM

View File

@ -29002,7 +29002,7 @@ with pkgs;
icesl = callPackage ../applications/misc/icesl { };
input-leap = libsForQt5.callPackage ../applications/misc/input-leap {
input-leap = qt6Packages.callPackage ../applications/misc/input-leap {
avahi = avahi.override { withLibdnssdCompat = true; };
};