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

confluent-platform: 7.1.0 -> 7.2.0
This commit is contained in:
Bobby Rong 2022-07-11 20:16:05 +08:00 committed by GitHub
commit 080aab9398
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.1.0";
version = "7.2.0";
src = fetchurl {
url = "https://packages.confluent.io/archive/${lib.versions.majorMinor version}/confluent-${version}.tar.gz";
sha256 = "sha256-uoJQQZxUGniMLJk/BwwiNnpgYFcqJ+27GFQLEpsFxCw=";
sha256 = "sha256-TtHPsrkmZ53mNL+/Ru2eHb0RKoXW/xSagrD6HF2s5ew=";
};
nativeBuildInputs = [ makeWrapper ];