Skip to content

Commit

Permalink
talosctl: 1.9.0 -> 1.9.1 (NixOS#368459)
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli authored Dec 29, 2024
2 parents b821685 + 45b0e08 commit 17449d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ta/talosctl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "talosctl";
version = "1.9.0";
version = "1.9.1";

src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
tag = "v${version}";
hash = "sha256-j/GqAUP3514ROf64+ouvCg//9QuGoVDgxkNFqi4r+WE=";
hash = "sha256-Qvt9/okT37J3ge/lb17OX4aaiXbSFU1j7drdiJDqFnA=";
};

vendorHash = "sha256-XvOMNyiHnemqnbOzWmzZXkr3+/ZgJDg8vjCtWFkCtLs=";
vendorHash = "sha256-vZFXqU9tgnL8odBpOcvRig1KKVH20CM0ze0+pypaRKE=";

ldflags = [
"-s"
Expand Down

0 comments on commit 17449d4

Please sign in to comment.