lighthouse-steamvr: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm
2025-10-03 19:44:04 +00:00
parent 885fd34de3
commit 25bdee9638

View File

@@ -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 ];