fluxctl: 1.24.3 -> 1.25.0

main
R. Ryantm 2 years ago committed by Yt
parent 4aac9fc8c3
commit c1ecd4637e
  1. 6
      pkgs/applications/networking/cluster/fluxctl/default.nix

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fluxctl";
version = "1.24.3";
version = "1.25.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = "flux";
rev = version;
sha256 = "sha256-i86WwSR14hxaXWMesvG2mG8nqXd97M3TekK2FLTLL+Y=";
sha256 = "sha256-EFB8iAs7e4FigYnTvkh+dpZq6ymX7Qfy0cUDtUaPdmM=";
};
vendorSha256 = "sha256-Fw3/SMO66eExlDNcIaHM+G2kB4zb1Cih7kp8xfel/iY=";
vendorSha256 = "sha256-9RyTeGjp7mEpmWnQeK2uG1krO6+1sK6fsID6JVrejHw=";
nativeBuildInputs = [ installShellFiles ];

Loading…
Cancel
Save