Unverified Commit 50ce27ac authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

opencomposite: 0-unstable-2024-10-02 -> 0-unstable-2024-10-28 (#352611)

parents 17313151 e12fd8b7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];