Unverified Commit 0280f6f2 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

zabbix-agent2-plugin-postgresql: 7.0.2 -> 7.0.4 (#348929)

parents 1af4545e 2304fed4
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.0.2";
  version = "7.0.4";

  src = fetchurl {
    url = "https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/zabbix-agent2-plugin-postgresql-${version}.tar.gz";
    hash = "sha256-2+P0a74flxWIpZaII+V04G/szFUrnnIy+f8LfDewcx0=";
    hash = "sha256-BgCdy+0VVe2+NTwZII3ASaxGGAT7zGiQUppI9whJtQ8=";
  };

  vendorHash = null;