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

proxysql: 2.5.5 -> 2.6.0
This commit is contained in:
Nick Cao 2024-03-05 09:29:57 -05:00 committed by GitHub
commit f03f80f6b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,13 +32,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "proxysql";
version = "2.5.5";
version = "2.6.0";
src = fetchFromGitHub {
owner = "sysown";
repo = "proxysql";
rev = finalAttrs.version;
hash = "sha256-+3cOEM5b5HBQhuI+92meupvQnrUj8jgbedzPJqMoXc8=";
hash = "sha256-vFPTBSp5DPNRuhtSD34ah2074almS+jiYxBE1L9Pz6g=";
};
patches = [