Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuneteller2k authored and moni-dz committed Dec 30, 2023
1 parent 5fb6d08 commit c1160d0
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
@@ -1,7 +1,7 @@
{
"awesome": {
"cargoLocks": null,
"date": "2023-11-19",
"date": "2023-12-29",
"extract": null,
"name": "awesome",
"passthru": null,
Expand All @@ -13,11 +13,11 @@
"name": null,
"owner": "awesomeWM",
"repo": "awesome",
"rev": "375d9d723550023f75ff0066122aba99fdbb2a93",
"sha256": "sha256-9cIQvuXUPu8io2Qs3Q8n2WkF9OstdaGUt/+0FMrRkXk=",
"rev": "cb72c0a8b16469dec5424f34d8cb206e2913f3f7",
"sha256": "sha256-BSOXazUTgBHYstlkBd1fZqO1O3zYxoEGMV2aAnuOqq8=",
"type": "github"
},
"version": "375d9d723550023f75ff0066122aba99fdbb2a93"
"version": "cb72c0a8b16469dec5424f34d8cb206e2913f3f7"
},
"awesome-composite": {
"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,15 +3,15 @@
{
awesome = {
pname = "awesome";
version = "375d9d723550023f75ff0066122aba99fdbb2a93";
version = "cb72c0a8b16469dec5424f34d8cb206e2913f3f7";
src = fetchFromGitHub {
owner = "awesomeWM";
repo = "awesome";
rev = "375d9d723550023f75ff0066122aba99fdbb2a93";
rev = "cb72c0a8b16469dec5424f34d8cb206e2913f3f7";
fetchSubmodules = false;
sha256 = "sha256-9cIQvuXUPu8io2Qs3Q8n2WkF9OstdaGUt/+0FMrRkXk=";
sha256 = "sha256-BSOXazUTgBHYstlkBd1fZqO1O3zYxoEGMV2aAnuOqq8=";
};
date = "2023-11-19";
date = "2023-12-29";
};
awesome-composite = {
pname = "awesome-composite";
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 c1160d0

Please sign in to comment.