We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039ad94 commit fa0769bCopy full SHA for fa0769b
pkgs/by-name/ku/kubectl-view-secret/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "kubectl-view-secret";
9
- version = "0.13.0";
+ version = "0.14.0";
10
11
src = fetchFromGitHub {
12
owner = "elsesiy";
13
repo = pname;
14
rev = "v${version}";
15
- hash = "sha256-mdooeKlwoPxiAHaOuhMF+Zx1l0uZ1OYMgDADI7JbYDc=";
+ hash = "sha256-l7pyS3eQDETrGCN7+Q0xhm+9Ocpk+qxTNMu4SMq+IDU=";
16
};
17
18
- vendorHash = "sha256-5mSS7UWfdk28oXk/ONnnjj4OMGJAtH26xGES4NGZuTc=";
+ vendorHash = "sha256-XtQkAgmnXNKHHjFtZN8Ht/C/aH2mPOeHk7azihehzsc=";
19
20
subPackages = [ "./cmd/" ];
21
0 commit comments