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 5, 2024
1 parent 8b6846f commit a06d8f3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions packages/__sources/generated.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"TeapotInOri": {
"InOri": {
"cargoLocks": null,
"date": "2024-08-05",
"extract": {
"Cargo.lock": "./TeapotInOri-7bd94a0a8fdacfeadb01586d591832cb2523c6dd/Cargo.lock"
"Cargo.lock": "./InOri-5bbfc12980b0f166d2fa65b6171b77b199cea3d1/Cargo.lock"
},
"name": "TeapotInOri",
"name": "InOri",
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "7bd94a0a8fdacfeadb01586d591832cb2523c6dd",
"sha256": "sha256-SxEiZNDPQjB9qUq44o6sZpROgy1Pel3IxnWDH3VxQEA=",
"rev": "5bbfc12980b0f166d2fa65b6171b77b199cea3d1",
"sha256": "sha256-OkYBoyZlifzzzKd1t3ES8DQRWZIYTFOyQkIucbX7IQo=",
"type": "git",
"url": "https://github.com/MidAutumnMoon/TeapotInOri"
"url": "https://github.com/MidAutumnMoon/InOri"
},
"version": "7bd94a0a8fdacfeadb01586d591832cb2523c6dd"
"version": "5bbfc12980b0f166d2fa65b6171b77b199cea3d1"
},
"doh-server": {
"cargoLocks": null,
Expand Down
14 changes: 7 additions & 7 deletions packages/__sources/generated.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# This file was generated by nvfetcher, please do not modify it manually.
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
{
TeapotInOri = {
pname = "TeapotInOri";
version = "7bd94a0a8fdacfeadb01586d591832cb2523c6dd";
InOri = {
pname = "InOri";
version = "5bbfc12980b0f166d2fa65b6171b77b199cea3d1";
src = fetchgit {
url = "https://github.com/MidAutumnMoon/TeapotInOri";
rev = "7bd94a0a8fdacfeadb01586d591832cb2523c6dd";
url = "https://github.com/MidAutumnMoon/InOri";
rev = "5bbfc12980b0f166d2fa65b6171b77b199cea3d1";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-SxEiZNDPQjB9qUq44o6sZpROgy1Pel3IxnWDH3VxQEA=";
sha256 = "sha256-OkYBoyZlifzzzKd1t3ES8DQRWZIYTFOyQkIucbX7IQo=";
};
"Cargo.lock" = builtins.readFile ./TeapotInOri-7bd94a0a8fdacfeadb01586d591832cb2523c6dd/Cargo.lock;
"Cargo.lock" = builtins.readFile ./InOri-5bbfc12980b0f166d2fa65b6171b77b199cea3d1/Cargo.lock;
date = "2024-08-05";
};
doh-server = {
Expand Down

0 comments on commit a06d8f3

Please sign in to comment.