Merge pull request #130013 from superherointj/package-linkerd_edge-21.7.2

This commit is contained in:
Sandro 2021-07-14 03:28:56 +02:00 committed by GitHub
commit 26aaff44cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -64,8 +64,8 @@ in
};
edge = generic {
channel = "edge";
version = "21.7.1";
sha256 = "sha256-VLq776A0H2IZLBeYjXpYzFixcydw/OcYsvKFxeLuewo=";
vendorSha256 = "sha256-xSOPMFHfyCmG+yTzBfKR7F5KYV0gcKRNM0UrxpGBpE4=";
version = "21.7.2";
sha256 = "sha256-rEO84t6znNb59a9i+SHgT4r0xzja6eMYi9lWmdU24Cc=";
vendorSha256 = "sha256-esVy+oIZa/ucvucdNV7MfUGFkIql9T2zl0+eu3hZAt8=";
};
}

View File

@ -25180,9 +25180,9 @@ in
fluxcd = callPackage ../applications/networking/cluster/fluxcd { };
linkerd_stable = (callPackage ../applications/networking/cluster/linkerd { }).stable;
linkerd_edge = (callPackage ../applications/networking/cluster/linkerd { }).edge;
linkerd = linkerd_edge;
linkerd_stable = (callPackage ../applications/networking/cluster/linkerd { }).stable;
linkerd = linkerd_stable;
kile-wl = callPackage ../applications/misc/kile-wl { };