Skip to content

Commit

Permalink
[Backport release-24.05] percona-server_8_0: 8.0.39-30 -> 8.0.40-31 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya authored Dec 31, 2024
2 parents c4639d2 + cd7ea72 commit 0da3c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/percona-server/8_0.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 0da3c44

Please sign in to comment.