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
+2 -2
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 ];