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

confluent-platform: 7.2.0 -> 7.2.1
This commit is contained in:
Ryan Mulligan
2022-07-31 09:49:41 -07:00
committed by GitHub
+2 -2
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 ];