Skip to content

Commit

Permalink
Merge pull request #244414 from LeSuisse/mysql-8.0.34
Browse files Browse the repository at this point in the history
mysql80: 8.0.33 -> 8.0.34
  • Loading branch information
ajs124 authored Jul 28, 2023
2 parents fd304ec + b1d9284 commit d479aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/mysql/8.0.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
let
self = stdenv.mkDerivation rec {
pname = "mysql";
version = "8.0.33";
version = "8.0.34";

src = fetchurl {
url = "https://dev.mysql.com/get/Downloads/MySQL-${self.mysqlVersion}/${pname}-${version}.tar.gz";
hash = "sha256-liAC9dkG9C9AsnejnS25OTEkjB8H/49DEsKI5jgD3RI=";
hash = "sha256-5l0Do8QmGLX7+ZBCrtMyCUAumyeqYsfIdD/9R4jY2x0=";
};

nativeBuildInputs = [ bison cmake pkg-config ]
Expand Down

1 comment on commit d479aa0

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ajs124, you pushed a commit directly to master/release branch
instead of going through a Pull Request.

That's highly discouraged beyond the few exceptions listed
on #118661

Please sign in to comment.