Unverified Commit 214dd9b9 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

postgresqlPackages.system_stats: 3.2 -> 3.2.1 (#492588)

parents c9d54720 11c9c2bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
postgresqlBuildExtension (finalAttrs: {
  pname = "system_stats";
  version = "3.2";
  version = "3.2.1";

  src = fetchFromGitHub {
    owner = "EnterpriseDB";
    repo = "system_stats";
    tag = "v${finalAttrs.version}";
    hash = "sha256-/xXnui0S0ZjRw7P8kMAgttHVv8T41aOhM3pM8P0OTig=";
    hash = "sha256-VuSWpBqd8HeHEqfOcx8gNuCLtVWOkG7FJ8XM8Mp54ls=";
  };

  buildFlags = [ "PG_CFLAGS=-Wno-error=vla" ];