Merge pull request #159810 from r-ryantm/auto-update/traefik-certs-dumper

traefik-certs-dumper: 2.7.4 -> 2.8.1
This commit is contained in:
Bobby Rong 2022-02-13 19:59:02 +08:00 committed by GitHub
commit b7adb6b1df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "traefik-certs-dumper"; pname = "traefik-certs-dumper";
version = "2.7.4"; version = "2.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ldez"; owner = "ldez";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-exkBDrNGvpOz/VD6yfE1PKL4hzs/oZ+RxMwm/ytuV/0="; sha256 = "sha256-o5nTxTyLuKtWcJvcWZuVwK970DMJfEaJw8vDcShulr0=";
}; };
vendorSha256 = "sha256-NmYfdX5BKHZvFzlkh/kkK0voOzNj1EPn53Mz/B7eLd0="; vendorSha256 = "sha256-rBSRZ7gKUx3tBXqhkTOmAyEx9pLw41/Bt3O+AiHqXpw=";
excludedPackages = "integrationtest"; excludedPackages = "integrationtest";
meta = with lib; { meta = with lib; {