Skip to content

Commit 0a5d125

Browse files
cilium-cli: 0.16.19 -> 0.16.20 (NixOS#359569)
2 parents b7b3589 + 9253eb0 commit 0a5d125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ci/cilium-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
buildGoModule rec {
1111
pname = "cilium-cli";
12-
version = "0.16.19";
12+
version = "0.16.20";
1313

1414
src = fetchFromGitHub {
1515
owner = "cilium";
1616
repo = "cilium-cli";
1717
rev = "refs/tags/v${version}";
18-
hash = "sha256-I5HC1H517oCizZf2mcHOKmgJqnvPjkNVfDy2/9Kkw44=";
18+
hash = "sha256-aTCMYVvbVKhM2Nm1mYw8beEIb3sdDwjcigFvEum86s8=";
1919
};
2020

2121
nativeBuildInputs = [ installShellFiles ];

0 commit comments

Comments
 (0)