confluent-platform: 7.2.0 -> 7.2.1

This commit is contained in:
R. Ryantm 2022-07-28 04:53:51 +00:00
parent 7554374daf
commit 34bbc6b5f4

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "confluent-platform";
version = "7.2.0";
version = "7.2.1";
src = fetchurl {
url = "https://packages.confluent.io/archive/${lib.versions.majorMinor version}/confluent-${version}.tar.gz";
sha256 = "sha256-TtHPsrkmZ53mNL+/Ru2eHb0RKoXW/xSagrD6HF2s5ew=";
sha256 = "sha256-vflWZjW8RwaDOwEFy8GHRfcmsHcRKxs8WwFfT66SIM4=";
};
nativeBuildInputs = [ makeWrapper ];