Skip to content

Commit

Permalink
Merge pull request #295 from nix-community/update-locks
Browse files Browse the repository at this point in the history
chore: update locks
  • Loading branch information
github-actions[bot] authored Dec 24, 2024
2 parents 4d20a19 + 2901a1a commit 7bbf7fb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
18 changes: 9 additions & 9 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"opencomposite": {
"cargoLocks": null,
"date": "2024-12-20",
"date": "2024-12-23",
"extract": null,
"name": "opencomposite",
"passthru": null,
Expand All @@ -80,17 +80,17 @@
"fetchSubmodules": true,
"leaveDotGit": false,
"name": null,
"rev": "b9069698f2ed420a5f1ae783c02b88fbde775fc2",
"sha256": "sha256-ow10yTvZyB5fLTwgxspjS/atxK1QTGcLJtkWpQgYaeQ=",
"rev": "c6e11da966d76873cda933206c525a0203a499cf",
"sha256": "sha256-eKfE18DRIwi+nZL9EiDA4yTM+vUl/vhrhXmHccUXgYI=",
"type": "git",
"url": "https://gitlab.com/znixian/OpenOVR.git"
},
"version": "b9069698f2ed420a5f1ae783c02b88fbde775fc2"
"version": "c6e11da966d76873cda933206c525a0203a499cf"
},
"wlx-overlay-s": {
"cargoLocks": {
"Cargo.lock": [
"./wlx-overlay-s-4de6116985bb6a216c2675dee807603b7de07514/Cargo.lock",
"./wlx-overlay-s-1903271d05981154cbc928e53c3fed459c561ed9/Cargo.lock",
{
"libmonado-rs-0.1.0": "sha256-ja7OW/YSmfzaQoBhu6tec9v8fyNDknLekE2eY7McLPE=",
"libspa-0.8.0": "sha256-Gub2F/Gwia8DjFqUsM8e4Yr2ff92AwrWrszsws3X3sM=",
Expand All @@ -102,7 +102,7 @@
}
]
},
"date": "2024-12-08",
"date": "2024-12-23",
"extract": null,
"name": "wlx-overlay-s",
"passthru": null,
Expand All @@ -112,11 +112,11 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "4de6116985bb6a216c2675dee807603b7de07514",
"sha256": "sha256-GoJIE0C3gNPTzkCGFt6q5R8ydj3pWUGV8bh9gR6dRzs=",
"rev": "1903271d05981154cbc928e53c3fed459c561ed9",
"sha256": "sha256-65Sfg7w0Q/4eeNCpR8XXuXG230g3Sar4CmxrVHAudew=",
"type": "git",
"url": "https://github.com/galister/wlx-overlay-s.git"
},
"version": "4de6116985bb6a216c2675dee807603b7de07514"
"version": "1903271d05981154cbc928e53c3fed459c561ed9"
}
}
18 changes: 9 additions & 9 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,30 +54,30 @@
};
opencomposite = {
pname = "opencomposite";
version = "b9069698f2ed420a5f1ae783c02b88fbde775fc2";
version = "c6e11da966d76873cda933206c525a0203a499cf";
src = fetchgit {
url = "https://gitlab.com/znixian/OpenOVR.git";
rev = "b9069698f2ed420a5f1ae783c02b88fbde775fc2";
rev = "c6e11da966d76873cda933206c525a0203a499cf";
fetchSubmodules = true;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-ow10yTvZyB5fLTwgxspjS/atxK1QTGcLJtkWpQgYaeQ=";
sha256 = "sha256-eKfE18DRIwi+nZL9EiDA4yTM+vUl/vhrhXmHccUXgYI=";
};
date = "2024-12-20";
date = "2024-12-23";
};
wlx-overlay-s = {
pname = "wlx-overlay-s";
version = "4de6116985bb6a216c2675dee807603b7de07514";
version = "1903271d05981154cbc928e53c3fed459c561ed9";
src = fetchgit {
url = "https://github.com/galister/wlx-overlay-s.git";
rev = "4de6116985bb6a216c2675dee807603b7de07514";
rev = "1903271d05981154cbc928e53c3fed459c561ed9";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-GoJIE0C3gNPTzkCGFt6q5R8ydj3pWUGV8bh9gR6dRzs=";
sha256 = "sha256-65Sfg7w0Q/4eeNCpR8XXuXG230g3Sar4CmxrVHAudew=";
};
cargoLock."Cargo.lock" = {
lockFile = ./wlx-overlay-s-4de6116985bb6a216c2675dee807603b7de07514/Cargo.lock;
lockFile = ./wlx-overlay-s-1903271d05981154cbc928e53c3fed459c561ed9/Cargo.lock;
outputHashes = {
"openxr-0.18.0" = "sha256-ktkbhmExstkNJDYM/HYOwAwv3acex7P9SP0KMAOKhQk=";
"libmonado-rs-0.1.0" = "sha256-ja7OW/YSmfzaQoBhu6tec9v8fyNDknLekE2eY7McLPE=";
Expand All @@ -88,6 +88,6 @@
"ovr_overlay-0.0.0" = "sha256-5IMEI0IPTacbA/1gibYU7OT6r+Bj+hlQjDZ3Kg0L2gw=";
};
};
date = "2024-12-08";
date = "2024-12-23";
};
}
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7bbf7fb

Please sign in to comment.