Skip to content

Commit

Permalink
chore(deps): Update packages managed by nvfetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
rodent1 authored and github-actions[bot] committed Dec 15, 2024
1 parent 4382e12 commit 1ca8b45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
"name": null,
"owner": "siderolabs",
"repo": "talos",
"rev": "v1.8.3",
"sha256": "sha256-KC5FxNrKRcAvM9IVuj9jh2AdQ6qqqdo3GwWRHH8t9As=",
"rev": "v1.8.4",
"sha256": "sha256-qZJN3LZfpL/uaq9H47m4qddF7ZxXLAHHVDUaRuldoBw=",
"type": "github"
},
"version": "v1.8.3"
"version": "v1.8.4"
}
}
6 changes: 3 additions & 3 deletions pkgs/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
};
talosctl = {
pname = "talosctl";
version = "v1.8.3";
version = "v1.8.4";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v1.8.3";
rev = "v1.8.4";
fetchSubmodules = false;
sha256 = "sha256-KC5FxNrKRcAvM9IVuj9jh2AdQ6qqqdo3GwWRHH8t9As=";
sha256 = "sha256-qZJN3LZfpL/uaq9H47m4qddF7ZxXLAHHVDUaRuldoBw=";
};
};
}

0 comments on commit 1ca8b45

Please sign in to comment.