alvr: 20.12.0 -> 20.12.1

changelog: https://github.com/alvr-org/ALVR/releases/tag/v20.12.1
This commit is contained in:
cy
2025-01-20 13:27:07 -05:00
parent 2269ae37e8
commit 7ba9030c13
+3 -3
View File
@@ -40,18 +40,18 @@
rustPlatform.buildRustPackage rec {
pname = "alvr";
version = "20.12.0";
version = "20.12.1";
src = fetchFromGitHub {
owner = "alvr-org";
repo = "ALVR";
tag = "v${version}";
fetchSubmodules = true; #TODO devendor openvr
hash = "sha256-4tilgZCUY5PehR0SQDOBahLaPVH4n5cgE7Ghw+SCgQk=";
hash = "sha256-T7KyGZwnJ9t4Bh8KFy190IV3igWCG+yn+OW9a6mgmYI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-ocwNVdozZeF0hYDhYMshSbRHKfBFawIcO7UbTwk10xc=";
cargoHash = "sha256-DE88nMC6qpbPJsBpdyITv6igMgwy4g40VCgFQQuRRTA=";
patches = [
(substituteAll {