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

This commit is contained in:
R. Ryantm
2024-12-10 10:41:01 +00:00
parent f602946645
commit fe8846dad6
+3 -3
View File
@@ -16,14 +16,14 @@
stdenv.mkDerivation {
pname = "opencomposite";
version = "0-unstable-2024-10-28";
version = "0-unstable-2024-11-11";
src = fetchFromGitLab {
owner = "znixian";
repo = "OpenOVR";
rev = "e162c7e9be2521a357fba4bee13af85437a1027b";
rev = "34311dabf430d6051d7e97f6081842a5394d2a67";
fetchSubmodules = true;
hash = "sha256-+suq0gV8zRDhF3ApnzQCC/5st59VniU6v7TcDdght6Q=";
hash = "sha256-sjgnai7RJemIXuviXhW6+L/zioz7UePaOUh3mVteGww=";
};
nativeBuildInputs = [ cmake ];