Unverified Commit a4ac0cd8 authored by Yt's avatar Yt Committed by GitHub
Browse files

redpanda-client: 24.2.2 -> 24.2.3 (#337857)

parents 7f77e706 916fe6dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@
, stdenv
}:
let
  version = "24.2.2";
  version = "24.2.3";
  src = fetchFromGitHub {
    owner = "redpanda-data";
    repo = "redpanda";
    rev = "v${version}";
    sha256 = "sha256-hVgmAFut2jGgXGeMKLX12TlASLIpr6YozINKRbvfDSg=";
    sha256 = "sha256-X9RvMjmI6IMFsBvutXH8Bb8TTLRgaFGGXLxrIlmMEaU=";
  };
in
buildGoModule rec {