Commit 2304fed4 authored by R. RyanTM's avatar R. RyanTM
Browse files

zabbix-agent2-plugin-postgresql: 7.0.2 -> 7.0.4

parent 14876097
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;