lighthouse-steamvr: 1.3.1 -> 1.3.2 (#448321)

This commit is contained in:
Nick Cao
2025-10-03 22:25:44 +00:00
committed by GitHub
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "Lighthouse";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "ShayBox";
repo = "Lighthouse";
rev = version;
hash = "sha256-FiS+jB5l5xtFIVISA6+K/jbyJZFPwLvy7G+dA+78kZU=";
hash = "sha256-GgKY7HDu6e/hpYNOZdcjLvaNfQOZMl+H6CmKTbd1LNE=";
};
cargoHash = "sha256-5IrY1ohG5oJF+LvrcHrHYT2nslICQPZptJYrrwMEmwQ=";
cargoHash = "sha256-oC5HA6diRlRWoeeQQgWR32yxZ2BLyFmKbaSkFBLdrXc=";
nativeBuildInputs = [ pkg-config ];