Unverified Commit c6c7ab03 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #314158 from r-ryantm/auto-update/redpanda-client

redpanda-client: 24.1.2 -> 24.1.3
parents 0d4061ab 7c2d8b3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@
, stdenv
}:
let
  version = "24.1.2";
  version = "24.1.3";
  src = fetchFromGitHub {
    owner = "redpanda-data";
    repo = "redpanda";
    rev = "v${version}";
    sha256 = "sha256-RkJymtTTIPTPzpoUyWmCKpfQBqGFoR7ZeEWCKKzkn54=";
    sha256 = "sha256-LuaUm8FToGJ4//tDFvdHbTCHzhul4ympSznbp1wrLM8=";
  };
  server = callPackage ./server.nix { inherit src version; };
in