Skip to content

Commit

Permalink
sources: update [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
MidAutumnMoon committed Aug 12, 2024
1 parent 3547556 commit 97a1415
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 44 deletions.

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

18 changes: 9 additions & 9 deletions packages/__sources/generated.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"InOri": {
"cargoLocks": null,
"date": "2024-08-05",
"date": "2024-08-12",
"extract": {
"Cargo.lock": "./InOri-5bbfc12980b0f166d2fa65b6171b77b199cea3d1/Cargo.lock"
"Cargo.lock": "./InOri-2de7316c5842e8e2ba89b57028ea3096b6d6789e/Cargo.lock"
},
"name": "InOri",
"passthru": null,
Expand All @@ -13,12 +13,12 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "5bbfc12980b0f166d2fa65b6171b77b199cea3d1",
"sha256": "sha256-OkYBoyZlifzzzKd1t3ES8DQRWZIYTFOyQkIucbX7IQo=",
"rev": "2de7316c5842e8e2ba89b57028ea3096b6d6789e",
"sha256": "sha256-YWeVwBL2bbk7WjvLk2OffNMfWCaqI6DOtSFG26ses+o=",
"type": "git",
"url": "https://github.com/MidAutumnMoon/InOri"
},
"version": "5bbfc12980b0f166d2fa65b6171b77b199cea3d1"
"version": "2de7316c5842e8e2ba89b57028ea3096b6d6789e"
},
"doh-server": {
"cargoLocks": null,
Expand Down Expand Up @@ -112,7 +112,7 @@
"rust-analyzer": {
"cargoLocks": {
"Cargo.lock": [
"./rust-analyzer-2024-08-05/Cargo.lock",
"./rust-analyzer-2024-08-12/Cargo.lock",
{}
]
},
Expand All @@ -128,11 +128,11 @@
"name": null,
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "2024-08-05",
"sha256": "sha256-/Bd0VzlutcxTwSNouS/iC6BDv395NoO4XmBJaS2vQLg=",
"rev": "2024-08-12",
"sha256": "sha256-xAxVDxuvCs8WWkrxVWjCiqxTkHhGj7sSppr1YMuEdT8=",
"type": "github"
},
"version": "2024-08-05"
"version": "2024-08-12"
},
"shadowsocks-rust": {
"cargoLocks": null,
Expand Down
18 changes: 9 additions & 9 deletions packages/__sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
{
InOri = {
pname = "InOri";
version = "5bbfc12980b0f166d2fa65b6171b77b199cea3d1";
version = "2de7316c5842e8e2ba89b57028ea3096b6d6789e";
src = fetchgit {
url = "https://github.com/MidAutumnMoon/InOri";
rev = "5bbfc12980b0f166d2fa65b6171b77b199cea3d1";
rev = "2de7316c5842e8e2ba89b57028ea3096b6d6789e";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-OkYBoyZlifzzzKd1t3ES8DQRWZIYTFOyQkIucbX7IQo=";
sha256 = "sha256-YWeVwBL2bbk7WjvLk2OffNMfWCaqI6DOtSFG26ses+o=";
};
"Cargo.lock" = builtins.readFile ./InOri-5bbfc12980b0f166d2fa65b6171b77b199cea3d1/Cargo.lock;
date = "2024-08-05";
"Cargo.lock" = builtins.readFile ./InOri-2de7316c5842e8e2ba89b57028ea3096b6d6789e/Cargo.lock;
date = "2024-08-12";
};
doh-server = {
pname = "doh-server";
Expand Down Expand Up @@ -68,16 +68,16 @@
};
rust-analyzer = {
pname = "rust-analyzer";
version = "2024-08-05";
version = "2024-08-12";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "rust-analyzer";
rev = "2024-08-05";
rev = "2024-08-12";
fetchSubmodules = false;
sha256 = "sha256-/Bd0VzlutcxTwSNouS/iC6BDv395NoO4XmBJaS2vQLg=";
sha256 = "sha256-xAxVDxuvCs8WWkrxVWjCiqxTkHhGj7sSppr1YMuEdT8=";
};
cargoLock."Cargo.lock" = {
lockFile = ./rust-analyzer-2024-08-05/Cargo.lock;
lockFile = ./rust-analyzer-2024-08-12/Cargo.lock;
outputHashes = {

};
Expand Down

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

0 comments on commit 97a1415

Please sign in to comment.