lighthouse-steamvr: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm
2025-02-18 14:29:34 +00:00
parent c042638763
commit 8b0a00d67a
@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "Lighthouse";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "ShayBox";
repo = pname;
rev = version;
hash = "sha256-uJ8U4knNKAliHjxP0JnV1lSCEsB6OHyYSbb5aWboYV4=";
hash = "sha256-3zcMxPOJ4Vvl3HTK13pG3/4duK+2O6i4acv9Uz5zWjA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-YJgtkrDs7cBpjux0SE6TTXcduZRC+8+4SMMiCXYeCYI=";
cargoHash = "sha256-iVcNwWADF84yQyzIb8WJpJqWGVAaHOVnbdDHFeHXHyI=";
nativeBuildInputs = [ pkg-config ];