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

authored by Wolfgang Walther and committed by GitHub 44060c6f 3e6c775e

+2 -2
+2 -2
pkgs/servers/sql/postgresql/ext/pg-gvm.nix
··· 14 14 15 15 postgresqlBuildExtension (finalAttrs: { 16 16 pname = "pg-gvm"; 17 - version = "22.6.8"; 17 + version = "22.6.9"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "greenbone"; 21 21 repo = "pg-gvm"; 22 22 tag = "v${finalAttrs.version}"; 23 - hash = "sha256-D8KpOTF+vcBNIn//8Y0Hwk4B+OBF2Hh3dkWyO2KYeqw="; 23 + hash = "sha256-T1U7t6ORHtmWeg77PR4gUH4nn3ywVC3MnvqoEIpJ4aw="; 24 24 }; 25 25 26 26 nativeBuildInputs = [