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 Jul 17, 2023
1 parent db10725 commit 04e10b9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 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-07-06",
"date": "2023-07-16",
"extract": null,
"name": "picom",
"passthru": null,
Expand All @@ -133,11 +133,11 @@
"name": null,
"owner": "yshui",
"repo": "picom",
"rev": "961dc998dd890368520a1f05bdbe73a165452ec0",
"sha256": "sha256-mDWNmCPJgQKt12BBb2vSoO1nexlphzhC7MrSXsvg84Q=",
"rev": "5c03f101f26efba62adb9169463a973910cf1762",
"sha256": "sha256-/Fu4GX6f3oiCvBS9ogi9i+a7DimjPiBEceOwCot119k=",
"type": "github"
},
"version": "961dc998dd890368520a1f05bdbe73a165452ec0"
"version": "5c03f101f26efba62adb9169463a973910cf1762"
},
"picom-dccsillag": {
"cargoLocks": null,
Expand Down Expand Up @@ -240,7 +240,7 @@
},
"wezterm": {
"cargoLocks": null,
"date": "2023-07-15",
"date": "2023-07-16",
"extract": null,
"name": "wezterm",
"passthru": null,
Expand All @@ -250,11 +250,11 @@
"fetchSubmodules": true,
"leaveDotGit": false,
"name": null,
"rev": "2e505ad869d9675738b28811aa47cbce68ef08dd",
"sha256": "sha256-waRtKKqx9NA9qZHPYWZLCp61pFMGFtQhgIDcDXzqPLY=",
"rev": "7214470073e6bca4a9c0f140e7437d13fab802cd",
"sha256": "sha256-y4RjFsc8zI6bxcxnWkGDq+80c4ZOL7s/8ws7IQ4qK2g=",
"type": "git",
"url": "https://github.com/wez/wezterm.git"
},
"version": "2e505ad869d9675738b28811aa47cbce68ef08dd"
"version": "7214470073e6bca4a9c0f140e7437d13fab802cd"
}
}
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 = "961dc998dd890368520a1f05bdbe73a165452ec0";
version = "5c03f101f26efba62adb9169463a973910cf1762";
src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "961dc998dd890368520a1f05bdbe73a165452ec0";
rev = "5c03f101f26efba62adb9169463a973910cf1762";
fetchSubmodules = false;
sha256 = "sha256-mDWNmCPJgQKt12BBb2vSoO1nexlphzhC7MrSXsvg84Q=";
sha256 = "sha256-/Fu4GX6f3oiCvBS9ogi9i+a7DimjPiBEceOwCot119k=";
};
date = "2023-07-06";
date = "2023-07-16";
};
picom-dccsillag = {
pname = "picom-dccsillag";
Expand Down Expand Up @@ -148,15 +148,15 @@
};
wezterm = {
pname = "wezterm";
version = "2e505ad869d9675738b28811aa47cbce68ef08dd";
version = "7214470073e6bca4a9c0f140e7437d13fab802cd";
src = fetchgit {
url = "https://github.com/wez/wezterm.git";
rev = "2e505ad869d9675738b28811aa47cbce68ef08dd";
rev = "7214470073e6bca4a9c0f140e7437d13fab802cd";
fetchSubmodules = true;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-waRtKKqx9NA9qZHPYWZLCp61pFMGFtQhgIDcDXzqPLY=";
sha256 = "sha256-y4RjFsc8zI6bxcxnWkGDq+80c4ZOL7s/8ws7IQ4qK2g=";
};
date = "2023-07-15";
date = "2023-07-16";
};
}
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 04e10b9

Please sign in to comment.