this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(nixos): update Gateway API manifest hash

+1 -1
+1 -1
infra/_modules/nixos/profiles/k3s-addons.nix
··· 49 49 gateway-api = { 50 50 source = pkgs.fetchurl { 51 51 url = "https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.1/standard-install.yaml"; 52 - sha256 = "1y38fd3na4c7qp3sa2m1kmj919m1hagigv2znr1kxfkq16grk8ns"; 52 + sha256 = "1lnsairn0169xg4ylngaiaib3lsv9rkgqsf9ja63l0myyrvipfbk"; 53 53 }; 54 54 }; 55 55 gitops = {