percona-server_8_0: 8.0.39-30 -> 8.0.40-31

(cherry picked from commit 35a4f7eee0)
This commit is contained in:
R. Ryantm
2024-12-31 01:41:25 +00:00
committed by github-actions[bot]
parent c4639d2743
commit cd7ea72ed2

View File

@@ -43,11 +43,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "percona-server";
version = "8.0.39-30";
version = "8.0.40-31";
src = fetchurl {
url = "https://www.percona.com/downloads/Percona-Server-8.0/Percona-Server-${finalAttrs.version}/source/tarball/percona-server-${finalAttrs.version}.tar.gz";
hash = "sha256-Ag+9tzmWpdF5vxWOFUsn65oJXIkb0HmoMbif7HcSoP8=";
hash = "sha256-ExhnDY4XbCTfdAGfdI9fIz4nh/hl3T1B1heQq1p3LE4=";
};
nativeBuildInputs = [