diff options
| author | Artturi <Artturin@artturin.com> | 2021-09-14 17:25:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-14 17:25:48 +0300 |
| commit | eb605522ce8b959699785b8bde05220e5c831bfa (patch) | |
| tree | a80797a2c833b192583304b138e21dc5e74fbb47 | |
| parent | Merge pull request #137825 from r-ryantm/auto-update/kubedb-cli (diff) | |
| parent | kube-score: 1.11.0 -> 1.12.0 (diff) | |
| download | nixpkgs-eb605522ce8b959699785b8bde05220e5c831bfa.tar.gz | |
Merge pull request #137824 from r-ryantm/auto-update/kube-score
| -rw-r--r-- | pkgs/applications/networking/cluster/kube-score/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kube-score/default.nix b/pkgs/applications/networking/cluster/kube-score/default.nix index a466598f00df..707abd5e2bf4 100644 --- a/pkgs/applications/networking/cluster/kube-score/default.nix +++ b/pkgs/applications/networking/cluster/kube-score/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "kube-score"; - version = "1.11.0"; + version = "1.12.0"; src = fetchFromGitHub { owner = "zegl"; repo = pname; rev = "v${version}"; - sha256 = "sha256-O0RtlFkyo01kcxWSzrkhh7vvV76B7I5V19dSzaxvv4Y="; + sha256 = "sha256-FZbq7f8Urx3tlJOBPnPyp1enFsmtrxqNjR42CTNo6GI="; }; - vendorSha256 = "sha256-qFS+N0tOf3zxqs1tN6Z1EnR3qLR1FfZNfJ21NoRXek0="; + vendorSha256 = "sha256-8Rg57Uj/hdNqAj40MKZ/5PObRkdsInbsRT1ZkRqGTfo="; meta = with lib; { description = "Kubernetes object analysis with recommendations for improved reliability and security"; |
