From f50d7ecb25048b09bebea328623a22d63fd053ac Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 3 Mar 2025 11:56:34 +0000 Subject: [PATCH] lighthouse-steamvr: 1.3.0 -> 1.3.1 --- pkgs/tools/misc/lighthouse-steamvr/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/lighthouse-steamvr/default.nix b/pkgs/tools/misc/lighthouse-steamvr/default.nix index fbb8e2647c67..9979cd0dc2a9 100644 --- a/pkgs/tools/misc/lighthouse-steamvr/default.nix +++ b/pkgs/tools/misc/lighthouse-steamvr/default.nix @@ -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 ];