Skip to content

Commit 8b0a00d

Browse files
committed
lighthouse-steamvr: 1.2.0 -> 1.3.0
1 parent c042638 commit 8b0a00d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/misc/lighthouse-steamvr/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "Lighthouse";
13-
version = "1.2.0";
13+
version = "1.3.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "ShayBox";
1717
repo = pname;
1818
rev = version;
19-
hash = "sha256-uJ8U4knNKAliHjxP0JnV1lSCEsB6OHyYSbb5aWboYV4=";
19+
hash = "sha256-3zcMxPOJ4Vvl3HTK13pG3/4duK+2O6i4acv9Uz5zWjA=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-YJgtkrDs7cBpjux0SE6TTXcduZRC+8+4SMMiCXYeCYI=";
23+
cargoHash = "sha256-iVcNwWADF84yQyzIb8WJpJqWGVAaHOVnbdDHFeHXHyI=";
2424

2525
nativeBuildInputs = [ pkg-config ];
2626

0 commit comments

Comments
 (0)