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 2, 2023
1 parent 2633e2b commit 8b0e670
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
14 changes: 7 additions & 7 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
},
"stevenblack-blocklist": {
"cargoLocks": null,
"date": "2023-07-27",
"date": "2023-08-01",
"extract": null,
"name": "stevenblack-blocklist",
"passthru": null,
Expand All @@ -232,15 +232,15 @@
"name": null,
"owner": "stevenblack",
"repo": "hosts",
"rev": "19478b8a0d0e5180dd8b130ba7960bdc74ca747f",
"sha256": "sha256-qhhr28Vl8xkszDLt21ThOuJ5A5vLRVhSlLrsN4rWGAk=",
"rev": "439665cb9aecf57416afdf5c8b01ef3762a0326a",
"sha256": "sha256-+RVOzOqw/09okCQop9l5x5dYq+UpweyvqEUo/NS/oxo=",
"type": "github"
},
"version": "19478b8a0d0e5180dd8b130ba7960bdc74ca747f"
"version": "439665cb9aecf57416afdf5c8b01ef3762a0326a"
},
"wezterm": {
"cargoLocks": null,
"date": "2023-07-30",
"date": "2023-07-31",
"extract": null,
"name": "wezterm",
"passthru": null,
Expand All @@ -250,11 +250,11 @@
"fetchSubmodules": true,
"leaveDotGit": false,
"name": null,
"rev": "d1d4db20be445c8bac02a37887938af63922bdcc",
"rev": "ca9cf23019105b8093dc7ad44b91a68078514b5e",
"sha256": "sha256-6cYKnXu//3d0MqJ9/lDsD/rlb4e0zgIeUEEdO1DMUeA=",
"type": "git",
"url": "https://github.com/wez/wezterm.git"
},
"version": "d1d4db20be445c8bac02a37887938af63922bdcc"
"version": "ca9cf23019105b8093dc7ad44b91a68078514b5e"
}
}
14 changes: 7 additions & 7 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -136,27 +136,27 @@
};
stevenblack-blocklist = {
pname = "stevenblack-blocklist";
version = "19478b8a0d0e5180dd8b130ba7960bdc74ca747f";
version = "439665cb9aecf57416afdf5c8b01ef3762a0326a";
src = fetchFromGitHub {
owner = "stevenblack";
repo = "hosts";
rev = "19478b8a0d0e5180dd8b130ba7960bdc74ca747f";
rev = "439665cb9aecf57416afdf5c8b01ef3762a0326a";
fetchSubmodules = false;
sha256 = "sha256-qhhr28Vl8xkszDLt21ThOuJ5A5vLRVhSlLrsN4rWGAk=";
sha256 = "sha256-+RVOzOqw/09okCQop9l5x5dYq+UpweyvqEUo/NS/oxo=";
};
date = "2023-07-27";
date = "2023-08-01";
};
wezterm = {
pname = "wezterm";
version = "d1d4db20be445c8bac02a37887938af63922bdcc";
version = "ca9cf23019105b8093dc7ad44b91a68078514b5e";
src = fetchgit {
url = "https://github.com/wez/wezterm.git";
rev = "d1d4db20be445c8bac02a37887938af63922bdcc";
rev = "ca9cf23019105b8093dc7ad44b91a68078514b5e";
fetchSubmodules = true;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-6cYKnXu//3d0MqJ9/lDsD/rlb4e0zgIeUEEdO1DMUeA=";
};
date = "2023-07-30";
date = "2023-07-31";
};
}
36 changes: 18 additions & 18 deletions flake.lock

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

0 comments on commit 8b0e670

Please sign in to comment.