Skip to content

Commit

Permalink
Merge pull request #274 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 4, 2024
2 parents 2259908 + 484a503 commit da1df14
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"monado": {
"cargoLocks": null,
"date": "2024-11-29",
"date": "2024-12-03",
"extract": null,
"name": "monado",
"passthru": null,
Expand All @@ -37,12 +37,12 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "aa2b0f9f1d638becd6bb9ca3c357ac2561a36b07",
"sha256": "sha256-yfHtkMvX/gyVG0UgpSB6KjSDdCym6Reb9LRb3OortaI=",
"rev": "0ad8c7441d96b7c94edb8b3d8f460e1e5478c9b5",
"sha256": "sha256-IRLvgYdyIubchGMwsrHVn+GvugIzFTiNmNiUoF31NQA=",
"type": "git",
"url": "https://gitlab.freedesktop.org/monado/monado.git"
},
"version": "aa2b0f9f1d638becd6bb9ca3c357ac2561a36b07"
"version": "0ad8c7441d96b7c94edb8b3d8f460e1e5478c9b5"
},
"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 @@ -22,16 +22,16 @@
};
monado = {
pname = "monado";
version = "aa2b0f9f1d638becd6bb9ca3c357ac2561a36b07";
version = "0ad8c7441d96b7c94edb8b3d8f460e1e5478c9b5";
src = fetchgit {
url = "https://gitlab.freedesktop.org/monado/monado.git";
rev = "aa2b0f9f1d638becd6bb9ca3c357ac2561a36b07";
rev = "0ad8c7441d96b7c94edb8b3d8f460e1e5478c9b5";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-yfHtkMvX/gyVG0UgpSB6KjSDdCym6Reb9LRb3OortaI=";
sha256 = "sha256-IRLvgYdyIubchGMwsrHVn+GvugIzFTiNmNiUoF31NQA=";
};
date = "2024-11-29";
date = "2024-12-03";
};
opencomposite = {
pname = "opencomposite";
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

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

0 comments on commit da1df14

Please sign in to comment.