Merge pull request #160240 from r-ryantm/auto-update/traefik

traefik: 2.6.0 -> 2.6.1
This commit is contained in:
Mario Rodas 2022-02-19 15:07:04 -05:00 committed by GitHub
commit 546748c824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildGoModule rec {
pname = "traefik";
version = "2.6.0";
version = "2.6.1";
src = fetchzip {
url = "https://github.com/traefik/traefik/releases/download/v${version}/traefik-v${version}.src.tar.gz";
sha256 = "sha256-+95GB4D6upo6s0K+rxpuolzF5Knind0bYCzgO33mNis=";
sha256 = "sha256-uaROz7DQcy5FlR9/U/QmanqA1qJPJj/ix725Gnei2U0=";
stripRoot = false;
};