opencomposite: 0-unstable-2024-12-20 -> 0-unstable-2024-12-26 (#369582)

This commit is contained in:
Sefa Eyeoglu 2024-12-31 09:21:15 +01:00 committed by GitHub
commit 6b0d9cd7cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,14 +16,14 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "opencomposite"; pname = "opencomposite";
version = "0-unstable-2024-12-20"; version = "0-unstable-2024-12-26";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "znixian"; owner = "znixian";
repo = "OpenOVR"; repo = "OpenOVR";
rev = "b9069698f2ed420a5f1ae783c02b88fbde775fc2"; rev = "effe0a8783937c5a3cfe7a72cf6f81152150b6cb";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-ow10yTvZyB5fLTwgxspjS/atxK1QTGcLJtkWpQgYaeQ="; hash = "sha256-SV8E+4qu5J7MueHmdsdTDKNx4CH085fidgIJyewj8RQ=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];