summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-05 10:11:12 -0400
committerGitHub <noreply@github.com>2024-04-05 10:11:12 -0400
commitd5bbd5fa4be466ac0730367381e92d9e1a2294fa (patch)
treeb719254cc09a43bd459438556fef8ae1af59b645 /pkgs/applications/networking/cluster
parentf4dcba1dd5f61cb0d3868288763fc32ae69a9d17 (diff)
parent070c2158cda54abe8b269f9c66d605b277d0de0e (diff)
Merge pull request #300824 from r-ryantm/auto-update/calicoctl
calicoctl: 3.27.2 -> 3.27.3
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/calico/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/calico/default.nix b/pkgs/applications/networking/cluster/calico/default.nix
index 145c5d332e00..91f2b105decb 100644
--- a/pkgs/applications/networking/cluster/calico/default.nix
+++ b/pkgs/applications/networking/cluster/calico/default.nix
@@ -2,16 +2,16 @@
builtins.mapAttrs (pname: { doCheck ? true, mainProgram ? pname, subPackages }: buildGoModule rec {
inherit pname;
- version = "3.27.2";
+ version = "3.27.3";
src = fetchFromGitHub {
owner = "projectcalico";
repo = "calico";
rev = "v${version}";
- hash = "sha256-iVRK/5vjPnfJMULaufaOu8u09utSt3u85R4cIBl+yUI=";
+ hash = "sha256-WZcQfZ5ocuimI5gtr5I5LjKxukK07au6iP9N2+vwN1M=";
};
- vendorHash = "sha256-h4qTtMG4Xi6YqLMMsXZRWVVdQ3U3VrFG6bV7YDwT5Zk=";
+ vendorHash = "sha256-ptMec5gL6WTCG/2aHesU8fJwMzMnfuvEn9S68M5y4Eo=";
inherit doCheck subPackages;