confluent-platform: 7.5.0 -> 7.6.0

This commit is contained in:
R. Ryantm 2024-02-16 03:49:20 +00:00
parent f9d40ef7bc
commit 9acf9f0a19

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "confluent-platform";
version = "7.5.0";
version = "7.6.0";
src = fetchurl {
url = "https://packages.confluent.io/archive/${lib.versions.majorMinor finalAttrs.version}/confluent-${finalAttrs.version}.tar.gz";
hash = "sha256-HaK3Do6oRGm6ovvNNGvZE34rYNRQnrmt1GKglTSZ9ls=";
hash = "sha256-bHT8VWSUqxiM/g7opRXZmEOAs2d61dWBTtuwwlzPgBc=";
};
nativeBuildInputs = [