lighthouse-steamvr: 1.4.0 -> 1.5.0

(cherry picked from commit 2e26b42c70)
This commit is contained in:
R. Ryantm
2026-08-02 14:10:56 +00:00
committed by Luna Simons
parent c7b94f09ad
commit e2a9340623

View File

@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "Lighthouse";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "ShayBox";
repo = "Lighthouse";
rev = finalAttrs.version;
hash = "sha256-Ai+d7BKA1o98iOhQ7VXltnWHW/knw122xLZHhFM6gZ0=";
hash = "sha256-2AJMXnfMvtYfCWusVDdZYUzKIPxey2mP4v3JVhsp2JE=";
};
cargoHash = "sha256-+5fxqWq7akICVmDa8Lc6M8laEAWrrEyg4uCFLoCNRpo=";
cargoHash = "sha256-fOiVMg3K3wYhgYZ9kx3WfAgrgcSzUKjKyvXm5N386nw=";
nativeBuildInputs = [ pkg-config ];