opencomposite: 0-unstable-2024-10-02 -> 0-unstable-2024-10-28

This commit is contained in:
R. Ryantm 2024-10-31 14:09:38 +00:00
parent f18cab59d8
commit e12fd8b791

View File

@ -15,14 +15,14 @@
stdenv.mkDerivation {
pname = "opencomposite";
version = "0-unstable-2024-10-02";
version = "0-unstable-2024-10-28";
src = fetchFromGitLab {
owner = "znixian";
repo = "OpenOVR";
rev = "f969a972e9a151de776fa8d1bd6e67056f0a5d5d";
rev = "e162c7e9be2521a357fba4bee13af85437a1027b";
fetchSubmodules = true;
hash = "sha256-3Aar7HGhn9nd/EtJoeUbQTkUR16jx946ZXMNDOXSdfQ=";
hash = "sha256-+suq0gV8zRDhF3ApnzQCC/5st59VniU6v7TcDdght6Q=";
};
nativeBuildInputs = [ cmake ];