lighthouse-steamvr: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2025-03-03 11:56:34 +00:00
parent 1d2fe0135f
commit f50d7ecb25
@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "Lighthouse";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "ShayBox";
repo = pname;
rev = version;
hash = "sha256-3zcMxPOJ4Vvl3HTK13pG3/4duK+2O6i4acv9Uz5zWjA=";
hash = "sha256-FiS+jB5l5xtFIVISA6+K/jbyJZFPwLvy7G+dA+78kZU=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-iVcNwWADF84yQyzIb8WJpJqWGVAaHOVnbdDHFeHXHyI=";
cargoHash = "sha256-5IrY1ohG5oJF+LvrcHrHYT2nslICQPZptJYrrwMEmwQ=";
nativeBuildInputs = [ pkg-config ];