Skip to content

Commit

Permalink
monado: f27c02876f8156c16fac44352db1556d5ebf7c6b → bc3ac9b32edc131aaa…
Browse files Browse the repository at this point in the history
…fe1f62ea2784c89cb92524
  • Loading branch information
Scrumplex committed Jan 29, 2025
1 parent 6e143c3 commit fc87a00
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 @@ -53,7 +53,7 @@
},
"monado": {
"cargoLocks": null,
"date": "2025-01-27",
"date": "2025-01-28",
"extract": null,
"name": "monado",
"passthru": null,
Expand All @@ -63,13 +63,13 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "f27c02876f8156c16fac44352db1556d5ebf7c6b",
"sha256": "sha256-PAKILLzpPSe/W5fvvQTHX/7SChKV0szacEeIfSl8c24=",
"rev": "bc3ac9b32edc131aaafe1f62ea2784c89cb92524",
"sha256": "sha256-7PU0AtahxA9EvizTsEp/lm6Ki3I/DctQTtnZIhxgHh8=",
"sparseCheckout": [],
"type": "git",
"url": "https://gitlab.freedesktop.org/monado/monado.git"
},
"version": "f27c02876f8156c16fac44352db1556d5ebf7c6b"
"version": "bc3ac9b32edc131aaafe1f62ea2784c89cb92524"
},
"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 @@ -43,17 +43,17 @@
};
monado = {
pname = "monado";
version = "f27c02876f8156c16fac44352db1556d5ebf7c6b";
version = "bc3ac9b32edc131aaafe1f62ea2784c89cb92524";
src = fetchgit {
url = "https://gitlab.freedesktop.org/monado/monado.git";
rev = "f27c02876f8156c16fac44352db1556d5ebf7c6b";
rev = "bc3ac9b32edc131aaafe1f62ea2784c89cb92524";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sparseCheckout = [ ];
sha256 = "sha256-PAKILLzpPSe/W5fvvQTHX/7SChKV0szacEeIfSl8c24=";
sha256 = "sha256-7PU0AtahxA9EvizTsEp/lm6Ki3I/DctQTtnZIhxgHh8=";
};
date = "2025-01-27";
date = "2025-01-28";
};
opencomposite = {
pname = "opencomposite";
Expand Down

0 comments on commit fc87a00

Please sign in to comment.