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 11, 2023
1 parent 595c568 commit 6b238d0
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
16 changes: 8 additions & 8 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
},
"picom": {
"cargoLocks": null,
"date": "2023-08-03",
"date": "2023-08-11",
"extract": null,
"name": "picom",
"passthru": null,
Expand All @@ -133,11 +133,11 @@
"name": null,
"owner": "yshui",
"repo": "picom",
"rev": "5d6957d3da1bf99311a676eab94c69ef4276bedf",
"sha256": "sha256-Mzf0533roLSODjMCPKyGSMbP7lIbT+PoLTZfoIBAI6g=",
"rev": "8cc5090a6c3b04db74f41d1108bd19d2592fa9ad",
"sha256": "sha256-Alri5KQ1ps5ZUN1lwGisDkZjU4v6u2yD2jgpZAY047Q=",
"type": "github"
},
"version": "5d6957d3da1bf99311a676eab94c69ef4276bedf"
"version": "8cc5090a6c3b04db74f41d1108bd19d2592fa9ad"
},
"picom-dccsillag": {
"cargoLocks": null,
Expand Down Expand Up @@ -220,7 +220,7 @@
},
"stevenblack-blocklist": {
"cargoLocks": null,
"date": "2023-08-08",
"date": "2023-08-10",
"extract": null,
"name": "stevenblack-blocklist",
"passthru": null,
Expand All @@ -232,11 +232,11 @@
"name": null,
"owner": "stevenblack",
"repo": "hosts",
"rev": "e9f679312b9cc9db2ef23190ec67d504c5307671",
"sha256": "sha256-7+orQYiDmFfC33ZaydvKz/UiSQtdN4FK0B9RXiMXyuM=",
"rev": "7ecb84e53b2a4d1e439a4fafb367ea1a45ca7808",
"sha256": "sha256-4d05pGZ8D90JL5zD9KKT4dPb3T12aYoP/69J9mVYn+M=",
"type": "github"
},
"version": "e9f679312b9cc9db2ef23190ec67d504c5307671"
"version": "7ecb84e53b2a4d1e439a4fafb367ea1a45ca7808"
},
"wezterm": {
"cargoLocks": null,
Expand Down
16 changes: 8 additions & 8 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@
};
picom = {
pname = "picom";
version = "5d6957d3da1bf99311a676eab94c69ef4276bedf";
version = "8cc5090a6c3b04db74f41d1108bd19d2592fa9ad";
src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "5d6957d3da1bf99311a676eab94c69ef4276bedf";
rev = "8cc5090a6c3b04db74f41d1108bd19d2592fa9ad";
fetchSubmodules = false;
sha256 = "sha256-Mzf0533roLSODjMCPKyGSMbP7lIbT+PoLTZfoIBAI6g=";
sha256 = "sha256-Alri5KQ1ps5ZUN1lwGisDkZjU4v6u2yD2jgpZAY047Q=";
};
date = "2023-08-03";
date = "2023-08-11";
};
picom-dccsillag = {
pname = "picom-dccsillag";
Expand Down Expand Up @@ -136,15 +136,15 @@
};
stevenblack-blocklist = {
pname = "stevenblack-blocklist";
version = "e9f679312b9cc9db2ef23190ec67d504c5307671";
version = "7ecb84e53b2a4d1e439a4fafb367ea1a45ca7808";
src = fetchFromGitHub {
owner = "stevenblack";
repo = "hosts";
rev = "e9f679312b9cc9db2ef23190ec67d504c5307671";
rev = "7ecb84e53b2a4d1e439a4fafb367ea1a45ca7808";
fetchSubmodules = false;
sha256 = "sha256-7+orQYiDmFfC33ZaydvKz/UiSQtdN4FK0B9RXiMXyuM=";
sha256 = "sha256-4d05pGZ8D90JL5zD9KKT4dPb3T12aYoP/69J9mVYn+M=";
};
date = "2023-08-08";
date = "2023-08-10";
};
wezterm = {
pname = "wezterm";
Expand Down
42 changes: 21 additions & 21 deletions flake.lock

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

0 comments on commit 6b238d0

Please sign in to comment.