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 dbc44d2 commit 2f58258
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"talosctl": {
"cargoLocks": null,
"date": null,
"extract": null,
"name": "talosctl",
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"owner": "siderolabs",
"repo": "talos",
"rev": "v1.8.0",
"sha256": "sha256-Ezie6RQsigmJgdvnSVk6awuUu2kODSio9DNg4bow76M=",
"type": "github"
},
"version": "v1.8.0"
}
}
15 changes: 15 additions & 0 deletions pkgs/_sources/generated.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This file was generated by nvfetcher, please do not modify it manually.
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
{
talosctl = {
pname = "talosctl";
version = "v1.8.0";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v1.8.0";
fetchSubmodules = false;
sha256 = "sha256-Ezie6RQsigmJgdvnSVk6awuUu2kODSio9DNg4bow76M=";
};
};
}

0 comments on commit 2f58258

Please sign in to comment.