Skip to content
This repository has been archived by the owner on Feb 26, 2025. It is now read-only.

Commit

Permalink
chore(deps): Update packages managed by nvfetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn authored and github-actions[bot] committed Oct 1, 2024
1 parent 0f2a200 commit a101c65
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,25 @@
"type": "github"
},
"version": "v1.8.0"
},
"tesla-auth": {
"cargoLocks": null,
"date": null,
"extract": null,
"name": "tesla-auth",
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"owner": "adriankumpf",
"repo": "tesla_auth",
"rev": "v0.9.0",
"sha256": "sha256-lvuX6KjYeE8JXuH/GSmHNV9flfp1r0vk33FO33ZhIak=",
"type": "github"
},
"version": "v0.9.0"
}
}
11 changes: 11 additions & 0 deletions pkgs/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,15 @@
sha256 = "sha256-Ezie6RQsigmJgdvnSVk6awuUu2kODSio9DNg4bow76M=";
};
};
tesla-auth = {
pname = "tesla-auth";
version = "v0.9.0";
src = fetchFromGitHub {
owner = "adriankumpf";
repo = "tesla_auth";
rev = "v0.9.0";
fetchSubmodules = false;
sha256 = "sha256-lvuX6KjYeE8JXuH/GSmHNV9flfp1r0vk33FO33ZhIak=";
};
};
}

0 comments on commit a101c65

Please sign in to comment.