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

confluent-platform: 7.6.0 -> 7.7.0
This commit is contained in:
Peder Bergebakken Sundt
2024-08-11 05:21:55 +02:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "confluent-platform";
version = "7.6.0";
version = "7.7.0";
src = fetchurl {
url = "https://packages.confluent.io/archive/${lib.versions.majorMinor finalAttrs.version}/confluent-${finalAttrs.version}.tar.gz";
hash = "sha256-bHT8VWSUqxiM/g7opRXZmEOAs2d61dWBTtuwwlzPgBc=";
hash = "sha256-w5dazjSZTv/zqNcOcmyUUu8z5wftsJtBeU3bO1WhQ6k=";
};
nativeBuildInputs = [