Merge pull request #207554 from r-ryantm/auto-update/proxysql

proxysql: 2.4.4 -> 2.4.5
This commit is contained in:
ajs124 2022-12-29 18:23:06 +01:00 committed by GitHub
commit 0d60f6630f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,13 +30,13 @@
stdenv.mkDerivation rec {
pname = "proxysql";
version = "2.4.4";
version = "2.4.5";
src = fetchFromGitHub {
owner = "sysown";
repo = pname;
rev = version;
hash = "sha256-S0Oy0uQPbAn52KM0r7yxLvVl1DKQwRW3QYVHtJ20CnM=";
hash = "sha256-JWrll6VF0Ss1DlPNrh+xd3sGMclMeb6dlVgHd/UaNs0=";
};
patches = [