Commit dcb2271b authored by R. RyanTM's avatar R. RyanTM
Browse files

redpanda-client: 24.2.5 -> 24.2.6

parent 8ff900b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@
, stdenv
}:
let
  version = "24.2.5";
  version = "24.2.6";
  src = fetchFromGitHub {
    owner = "redpanda-data";
    repo = "redpanda";
    rev = "v${version}";
    sha256 = "sha256-25ijVHEcj0AXLxC1rSbp3Xyv+SMQRRkRq+qgRJgSnAI=";
    sha256 = "sha256-zGVd2jsjhVtNghiBE2BjO28A8+VLvslCBeUpD3vQjcw=";
  };
in
buildGoModule rec {