Skip to content

Commit

Permalink
calicoctl: 3.29.0 -> 3.29.1 (#362975)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 15, 2024
2 parents d70b581 + fd51303 commit 55c7a6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/calico/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

builtins.mapAttrs (pname: { doCheck ? true, mainProgram ? pname, subPackages }: buildGoModule rec {
inherit pname;
version = "3.29.0";
version = "3.29.1";

src = fetchFromGitHub {
owner = "projectcalico";
repo = "calico";
rev = "v${version}";
hash = "sha256-bgcY/unCLAtPOeEwRJGl8u1dHYdO3tSzMTg47DHOsJM=";
hash = "sha256-e/xyrFJ9t+awpU8u8uYmXFRnk92/06vI5OoClyAMKTU=";
};

vendorHash = "sha256-9Kap6qHIttgMRSnSnTUvWj72jp5u2vIMy5l2sJRfKlU=";
vendorHash = "sha256-OP3J2NE491Aivzo80OmLAyQGe3hixLTz0p9FSA897ao=";

inherit doCheck subPackages;

Expand Down

0 comments on commit 55c7a6b

Please sign in to comment.