Merge pull request #333924 from Scrumplex/pkgs/wlx-overlay-s/0.4.4

wlx-overlay-s: 0.4.3 -> 0.4.4
This commit is contained in:
rewine 2024-08-13 22:33:33 +08:00 committed by GitHub
commit e7e6a302aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 31 additions and 26 deletions

View File

@ -2682,6 +2682,7 @@ version = "0.10.0"
source = "git+https://github.com/galister/openxrs?rev=af4a55d#af4a55df60125491c80c61464c824219c6019b76"
dependencies = [
"libc",
"mint",
]
[[package]]
@ -4573,7 +4574,7 @@ dependencies = [
[[package]]
name = "wlx-overlay-s"
version = "0.4.3"
version = "0.4.4"
dependencies = [
"anyhow",
"ash",
@ -4599,6 +4600,7 @@ dependencies = [
"libmonado-rs",
"log",
"log-panics",
"mint",
"once_cell",
"openxr",
"ovr_overlay",

View File

@ -1,34 +1,37 @@
{ lib
, stdenv
, rustPlatform
, fetchFromGitHub
, alsa-lib
, dbus
, fontconfig
, libxkbcommon
, makeWrapper
, nix-update-script
, openvr
, openxr-loader
, pipewire
, pkg-config
, pulseaudio
, shaderc
, testers
, wayland
, wlx-overlay-s
, xorg
{
alsa-lib,
dbus,
fetchFromGitHub,
fontconfig,
lib,
libX11,
libXext,
libXrandr,
libxkbcommon,
makeWrapper,
nix-update-script,
openvr,
openxr-loader,
pipewire,
pkg-config,
pulseaudio,
rustPlatform,
shaderc,
stdenv,
testers,
wayland,
wlx-overlay-s,
}:
rustPlatform.buildRustPackage rec {
pname = "wlx-overlay-s";
version = "0.4.3";
version = "0.4.4";
src = fetchFromGitHub {
owner = "galister";
repo = "wlx-overlay-s";
rev = "v${version}";
hash = "sha256-zdm2ADBIsW0QGgxnuDkp2nQjWtMxe3pT9LXhw6juQ34=";
hash = "sha256-+pWhtaYOzh7LPSCQeUTlU+/IxtcQTqRci9X7xEUV18U=";
};
cargoLock = {
@ -56,9 +59,9 @@ rustPlatform.buildRustPackage rec {
openvr
openxr-loader
pipewire
xorg.libX11
xorg.libXext
xorg.libXrandr
libX11
libXext
libXrandr
];
env.SHADERC_LIB_DIR = "${lib.getLib shaderc}/lib";