Unverified Commit 9c2d6d0a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

zabbix-agent2-plugin-postgresql: 7.4.1 -> 7.4.5 (#460653)

parents 15f9d19c 7ef1fbae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

buildGoModule rec {
  pname = "zabbix-agent2-plugin-postgresql";
  version = "7.4.1";
  version = "7.4.5";

  src = fetchurl {
    url = "https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/zabbix-agent2-plugin-postgresql-${version}.tar.gz";
    hash = "sha256-8Rlg1A6l6I89YoRHMo3s9MRip0LXe2hqiYBliGqEScg=";
    hash = "sha256-AeQfPA1o5XmRcY9L6p4ZwOTEaq2h+35QuIHBZhxV/2M=";
  };

  vendorHash = null;