Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuneteller2k authored and github-actions[bot] committed Aug 31, 2023
1 parent 5b9d952 commit 765ae17
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 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-08-17",
"date": "2023-08-30",
"extract": null,
"name": "awesome",
"passthru": null,
Expand All @@ -13,11 +13,11 @@
"name": null,
"owner": "awesomeWM",
"repo": "awesome",
"rev": "28381d2792856419d4860dd6b9ed9b94b457c7f2",
"sha256": "sha256-p2cpQhKj/mhd8904MnjGbXf70cT/coG4XdIB5P/hvW4=",
"rev": "aa8c7c6e27a20fa265d3f06c5dc3fe72cc5f021e",
"sha256": "sha256-DGAImB4u8sRP9PEoZ4YXAxopa8eaJ7YJxSiBh36yfaE=",
"type": "github"
},
"version": "28381d2792856419d4860dd6b9ed9b94b457c7f2"
"version": "aa8c7c6e27a20fa265d3f06c5dc3fe72cc5f021e"
},
"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 = "28381d2792856419d4860dd6b9ed9b94b457c7f2";
version = "aa8c7c6e27a20fa265d3f06c5dc3fe72cc5f021e";
src = fetchFromGitHub {
owner = "awesomeWM";
repo = "awesome";
rev = "28381d2792856419d4860dd6b9ed9b94b457c7f2";
rev = "aa8c7c6e27a20fa265d3f06c5dc3fe72cc5f021e";
fetchSubmodules = false;
sha256 = "sha256-p2cpQhKj/mhd8904MnjGbXf70cT/coG4XdIB5P/hvW4=";
sha256 = "sha256-DGAImB4u8sRP9PEoZ4YXAxopa8eaJ7YJxSiBh36yfaE=";
};
date = "2023-08-17";
date = "2023-08-30";
};
awesome-composite = {
pname = "awesome-composite";
Expand Down
24 changes: 12 additions & 12 deletions flake.lock

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

0 comments on commit 765ae17

Please sign in to comment.