mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-15 09:23:37 +00:00
0f9165d8b6
We dropped behind on releases for a bit due to our automatic update script breaking. This happened because of the traefik chart packaging changing considerably. See the related upstream PR https://github.com/k3s-io/k3s/pull/6519 This updates our packaging to work with the new setup. Conveniently, this also lets us drop a patch since chart packaging upstream has simplified some too.
11 lines
381 B
Nix
11 lines
381 B
Nix
{
|
|
traefik-crd = {
|
|
url = "https://k3s.io/k3s-charts/assets/traefik-crd/traefik-crd-20.3.1+up20.3.0.tgz";
|
|
sha256 = "1775vjldvqvhzdbzanxhbaqbmkih09yb91im651q8bc7z5sb9ckn";
|
|
};
|
|
traefik = {
|
|
url = "https://k3s.io/k3s-charts/assets/traefik/traefik-20.3.1+up20.3.0.tgz";
|
|
sha256 = "1rj0f0n0vgjcbzfwzhqmsd501i2f6vw145w9plbp8gwdyzmg2nc6";
|
|
};
|
|
}
|