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
+2 -2
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 = [