Merge pull request #168214 from r-ryantm/auto-update/confluent-platform

confluent-platform: 7.0.1 -> 7.1.0
This commit is contained in:
Bobby Rong 2022-04-19 15:55:34 +08:00 committed by GitHub
commit eb99ced4a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "confluent-platform";
version = "7.0.1";
version = "7.1.0";
src = fetchurl {
url = "https://packages.confluent.io/archive/${lib.versions.majorMinor version}/confluent-${version}.tar.gz";
sha256 = "Q0/A/3M2tn530/+o1RpcgNsPKFQq6YJQnhgysRlpVfU=";
sha256 = "sha256-uoJQQZxUGniMLJk/BwwiNnpgYFcqJ+27GFQLEpsFxCw=";
};
nativeBuildInputs = [ makeWrapper ];