proxysql: 2.5.5 -> 2.6.0

This commit is contained in:
R. Ryantm 2024-03-05 01:34:56 +00:00
parent 0bb74f147b
commit 2dcf474970

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