alvr: 20.11.1 -> 20.12.0

This commit is contained in:
cy
2025-01-18 20:35:50 -05:00
parent 3715e88187
commit 2269ae37e8
2 changed files with 5 additions and 7295 deletions
-7285
View File
File diff suppressed because it is too large Load Diff
+5 -10
View File
@@ -40,23 +40,18 @@
rustPlatform.buildRustPackage rec {
pname = "alvr";
version = "20.11.1";
version = "20.12.0";
src = fetchFromGitHub {
owner = "alvr-org";
repo = "ALVR";
tag = "v${version}";
fetchSubmodules = true; #TODO devendor openvr
hash = "sha256-d4KldPii8W1HcfnMSD8Fn+IGO/a3r8747APPjRCnbe8=";
hash = "sha256-4tilgZCUY5PehR0SQDOBahLaPVH4n5cgE7Ghw+SCgQk=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"openxr-0.18.0" = "sha256-v8sY9PROrqzkpuq3laIn2hPaX+DY7Fbca6i/Xiacd1g=";
"settings-schema-0.2.0" = "sha256-luEdAKDTq76dMeo5kA+QDTHpRMFUg3n0qvyQ7DkId0k=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-ocwNVdozZeF0hYDhYMshSbRHKfBFawIcO7UbTwk10xc=";
patches = [
(substituteAll {
@@ -130,7 +125,7 @@ rustPlatform.buildRustPackage rec {
postInstall = ''
install -Dm755 ${src}/alvr/xtask/resources/alvr.desktop $out/share/applications/alvr.desktop
install -Dm644 ${src}/resources/alvr.png $out/share/icons/hicolor/256x256/apps/alvr.png
install -Dm644 ${src}/resources/ALVR-Icon.svg $out/share/icons/hicolor/scalable/apps/alvr.svg
# Install SteamVR driver
mkdir -p $out/{libexec,lib/alvr,share}