Skip to content

Commit

Permalink
input-leap: unstable-2023-12-27 -> 3.0.2 (#348514)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Oct 19, 2024
2 parents 4f762bb + 5b9b478 commit 0497b61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions pkgs/applications/misc/input-leap/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib
, mkDerivation
, stdenv
, fetchFromGitHub
, cmake

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28972,7 +28972,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; };
};

Expand Down

0 comments on commit 0497b61

Please sign in to comment.