Skip to content

Commit

Permalink
Merge pull request #9 from Scrumplex/update-locks
Browse files Browse the repository at this point in the history
chore: update locks
  • Loading branch information
github-actions[bot] authored Jan 9, 2024
2 parents 3d19f23 + 2068c85 commit 608236b
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
@@ -1,7 +1,7 @@
{
"monado": {
"cargoLocks": null,
"date": "2024-01-07",
"date": "2024-01-08",
"extract": null,
"name": "monado",
"passthru": null,
Expand All @@ -11,12 +11,12 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "7e7e011b1b0cd024e3275fac5941d13b7a625bd4",
"sha256": "sha256-fgqORRY4YwGnePavaBr1vSVp/UeW4A9uNlZL3+JNER0=",
"rev": "4e32bd71b8ba99218f9f31cb173392a59c86d6d9",
"sha256": "sha256-aPDRkjvX3+r4YBAAoGktVZXeW5DSKyN3qxQ5u8eOeGE=",
"type": "git",
"url": "https://gitlab.freedesktop.org/monado/monado.git"
},
"version": "7e7e011b1b0cd024e3275fac5941d13b7a625bd4"
"version": "4e32bd71b8ba99218f9f31cb173392a59c86d6d9"
},
"opencomposite": {
"cargoLocks": null,
Expand Down
8 changes: 4 additions & 4 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
{
monado = {
pname = "monado";
version = "7e7e011b1b0cd024e3275fac5941d13b7a625bd4";
version = "4e32bd71b8ba99218f9f31cb173392a59c86d6d9";
src = fetchgit {
url = "https://gitlab.freedesktop.org/monado/monado.git";
rev = "7e7e011b1b0cd024e3275fac5941d13b7a625bd4";
rev = "4e32bd71b8ba99218f9f31cb173392a59c86d6d9";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-fgqORRY4YwGnePavaBr1vSVp/UeW4A9uNlZL3+JNER0=";
sha256 = "sha256-aPDRkjvX3+r4YBAAoGktVZXeW5DSKyN3qxQ5u8eOeGE=";
};
date = "2024-01-07";
date = "2024-01-08";
};
opencomposite = {
pname = "opencomposite";
Expand Down

0 comments on commit 608236b

Please sign in to comment.