Unverified Commit 44060c6f authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

postgresqlPackages.pg-gvm: 22.6.8 -> 22.6.9 (#398036)

parents 3e6c775e 369560e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

postgresqlBuildExtension (finalAttrs: {
  pname = "pg-gvm";
  version = "22.6.8";
  version = "22.6.9";

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "pg-gvm";
    tag = "v${finalAttrs.version}";
    hash = "sha256-D8KpOTF+vcBNIn//8Y0Hwk4B+OBF2Hh3dkWyO2KYeqw=";
    hash = "sha256-T1U7t6ORHtmWeg77PR4gUH4nn3ywVC3MnvqoEIpJ4aw=";
  };

  nativeBuildInputs = [