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

confluent-platform: 7.2.1 -> 7.3.0
This commit is contained in:
Weijia Wang 2023-01-23 06:08:13 +01:00 committed by GitHub
commit cd8d00e6d7
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.2.1";
version = "7.3.0";
src = fetchurl {
url = "https://packages.confluent.io/archive/${lib.versions.majorMinor version}/confluent-${version}.tar.gz";
sha256 = "sha256-vflWZjW8RwaDOwEFy8GHRfcmsHcRKxs8WwFfT66SIM4=";
sha256 = "sha256-j120gSIky0CHNgzaVnodMAniecRX0RpU6+il86nxdrQ=";
};
nativeBuildInputs = [ makeWrapper ];