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

confluent-platform: 7.1.0 -> 7.2.0

authored by Bobby Rong and committed by GitHub 080aab93 a097ce11

+2 -2
+2 -2
pkgs/servers/confluent-platform/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "confluent-platform"; 6 - version = "7.1.0"; 6 + version = "7.2.0"; 7 7 8 8 src = fetchurl { 9 9 url = "https://packages.confluent.io/archive/${lib.versions.majorMinor version}/confluent-${version}.tar.gz"; 10 - sha256 = "sha256-uoJQQZxUGniMLJk/BwwiNnpgYFcqJ+27GFQLEpsFxCw="; 10 + sha256 = "sha256-TtHPsrkmZ53mNL+/Ru2eHb0RKoXW/xSagrD6HF2s5ew="; 11 11 }; 12 12 13 13 nativeBuildInputs = [ makeWrapper ];