Skip to content

Commit

Permalink
Merge pull request #29 from nix-community/update-locks
Browse files Browse the repository at this point in the history
chore: update locks
  • Loading branch information
Scrumplex authored Feb 11, 2024
2 parents dc124de + b313cc5 commit 8dd4ed8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"opencomposite": {
"cargoLocks": null,
"date": "2024-02-04",
"date": "2024-02-10",
"extract": null,
"name": "opencomposite",
"passthru": null,
Expand All @@ -56,11 +56,11 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "c1649b0e4f3c4f51c12904c0b818263006d56f00",
"sha256": "sha256-K8Vtd60cKmhEKMBrlNZxoC73m1BY0014ejJM2mWkwsA=",
"rev": "91364d4c06d36582d552f7fe43aa1e40105c65f1",
"sha256": "sha256-Az8wfGqD1NBCuz333ESfZXDDAhBTtG0Va5MRbLN05mM=",
"type": "git",
"url": "https://gitlab.com/znixian/OpenOVR.git"
},
"version": "c1649b0e4f3c4f51c12904c0b818263006d56f00"
"version": "91364d4c06d36582d552f7fe43aa1e40105c65f1"
}
}
8 changes: 4 additions & 4 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
};
opencomposite = {
pname = "opencomposite";
version = "c1649b0e4f3c4f51c12904c0b818263006d56f00";
version = "91364d4c06d36582d552f7fe43aa1e40105c65f1";
src = fetchgit {
url = "https://gitlab.com/znixian/OpenOVR.git";
rev = "c1649b0e4f3c4f51c12904c0b818263006d56f00";
rev = "91364d4c06d36582d552f7fe43aa1e40105c65f1";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-K8Vtd60cKmhEKMBrlNZxoC73m1BY0014ejJM2mWkwsA=";
sha256 = "sha256-Az8wfGqD1NBCuz333ESfZXDDAhBTtG0Va5MRbLN05mM=";
};
date = "2024-02-04";
date = "2024-02-10";
};
}

0 comments on commit 8dd4ed8

Please sign in to comment.