pgmetrics: 1.16.0 -> 1.17.0

This commit is contained in:
R. Ryantm
2024-07-24 15:16:55 +00:00
parent f854cce451
commit e71c3975ea
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pgmetrics";
version = "1.16.0";
version = "1.17.0";
src = fetchFromGitHub {
owner = "rapidloop";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8pF3E0Zh/SsH6+5iXt1KFwud2ijoisYfcu+QHRM9x9s=";
sha256 = "sha256-P0IUMYALCy1upd+JLnNqDlNKMAEccfwjc3s8Rn7xI4k=";
};
vendorHash = "sha256-KIMnvGMIipuIFPTSeERtCfvlPuvHvEHdjBJ1TbT2d1s=";
vendorHash = "sha256-GOKgGONoM2q4doMoQwCLnHQjnB2QpPS3cxNnwzzz9ZU=";
doCheck = false;