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 22, 2023
1 parent b23376f commit 98bc3f4
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 @@ -220,7 +220,7 @@
},
"stevenblack-blocklist": {
"cargoLocks": null,
"date": "2023-08-17",
"date": "2023-08-21",
"extract": null,
"name": "stevenblack-blocklist",
"passthru": null,
Expand All @@ -232,15 +232,15 @@
"name": null,
"owner": "stevenblack",
"repo": "hosts",
"rev": "03e1e33213c66bd3cf1a690076863b5946fbfdc4",
"sha256": "sha256-AV1MZIlfgSStmsHL7vJ8f7pBeKs5YfSzSZiWt0uDy84=",
"rev": "ca08e62e5bf457ff12e29e107103bb6445afc654",
"sha256": "sha256-ytWqEcRWZXooOZBdkcX0aCmN86/mWvRBcF/jHOX5T9w=",
"type": "github"
},
"version": "03e1e33213c66bd3cf1a690076863b5946fbfdc4"
"version": "ca08e62e5bf457ff12e29e107103bb6445afc654"
},
"wezterm": {
"cargoLocks": null,
"date": "2023-08-20",
"date": "2023-08-21",
"extract": null,
"name": "wezterm",
"passthru": null,
Expand All @@ -250,11 +250,11 @@
"fetchSubmodules": true,
"leaveDotGit": false,
"name": null,
"rev": "6c7aa8159f8072ff3afdcb7dfa6852665f7ab58d",
"sha256": "sha256-apxGoa7+CWSwsrNXPuaKf4pyK7GPOCVlXIw39q+5uVM=",
"rev": "0456719980c428d2af897e2066f248043ebe1d0e",
"sha256": "sha256-gbnSWJHd+eMQbDsFmpg/m9h2RvqLwk3FsodBC7w0+1Q=",
"type": "git",
"url": "https://github.com/wez/wezterm.git"
},
"version": "6c7aa8159f8072ff3afdcb7dfa6852665f7ab58d"
"version": "0456719980c428d2af897e2066f248043ebe1d0e"
}
}
16 changes: 8 additions & 8 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 = "03e1e33213c66bd3cf1a690076863b5946fbfdc4";
version = "ca08e62e5bf457ff12e29e107103bb6445afc654";
src = fetchFromGitHub {
owner = "stevenblack";
repo = "hosts";
rev = "03e1e33213c66bd3cf1a690076863b5946fbfdc4";
rev = "ca08e62e5bf457ff12e29e107103bb6445afc654";
fetchSubmodules = false;
sha256 = "sha256-AV1MZIlfgSStmsHL7vJ8f7pBeKs5YfSzSZiWt0uDy84=";
sha256 = "sha256-ytWqEcRWZXooOZBdkcX0aCmN86/mWvRBcF/jHOX5T9w=";
};
date = "2023-08-17";
date = "2023-08-21";
};
wezterm = {
pname = "wezterm";
version = "6c7aa8159f8072ff3afdcb7dfa6852665f7ab58d";
version = "0456719980c428d2af897e2066f248043ebe1d0e";
src = fetchgit {
url = "https://github.com/wez/wezterm.git";
rev = "6c7aa8159f8072ff3afdcb7dfa6852665f7ab58d";
rev = "0456719980c428d2af897e2066f248043ebe1d0e";
fetchSubmodules = true;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-apxGoa7+CWSwsrNXPuaKf4pyK7GPOCVlXIw39q+5uVM=";
sha256 = "sha256-gbnSWJHd+eMQbDsFmpg/m9h2RvqLwk3FsodBC7w0+1Q=";
};
date = "2023-08-20";
date = "2023-08-21";
};
}
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 98bc3f4

Please sign in to comment.