kubectl-view-secret: 0.10.1 -> 0.11.0

This commit is contained in:
Aaron Jheng 2023-06-30 02:46:36 +00:00
parent d37f585a54
commit 0c72d07942
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubectl-view-secret";
version = "0.10.1";
version = "0.11.0";
src = fetchFromGitHub {
owner = "elsesiy";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+0uHBzT8cocuDttkvNHnmy/WQ+mfVIc0J0fkhBf4PLI=";
hash = "sha256-IdbJQ3YCIPcp09/NORWGezqjbwktObN7TuQdq5uAN4A=";
};
vendorSha256 = "sha256-A3bB4L4O7j6lnP3c4mF4zVY/fDac6OBM5uKJuCnZR9g=";
vendorHash = "sha256-Q6OosaHDzq9a2Nt18LGiGJ1C2i1/BRYGaNEBeK0Ohiw=";
subPackages = [ "./cmd/" ];