Unverified Commit ceb3ba1e authored by Florian's avatar Florian Committed by GitHub
Browse files

zabbix-agent2-plugin-postgresql: 7.4.7 -> 7.4.8 (#506175)

parents 2b30bfbe 26a4a31c
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.7";
  version = "7.4.8";

  src = fetchurl {
    url = "https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/zabbix-agent2-plugin-postgresql-${version}.tar.gz";
    hash = "sha256-Ks7uV6odjvJVkCLrQb6FNDqaIzcCDV4eoInRiPZ4omo=";
    hash = "sha256-OyK86KZqQRFwuxyvnjHkt4U/kTa0z+/IJNXDkpJR+/w=";
  };

  vendorHash = null;