postgresqlPackages.pg-gvm: modernize

This commit is contained in:
Wolfgang Walther
2025-03-18 18:16:40 +01:00
parent ebe805eedd
commit 8825d441ce
+1 -1
View File
@@ -19,7 +19,7 @@ buildPostgresqlExtension (finalAttrs: {
src = fetchFromGitHub {
owner = "greenbone";
repo = "pg-gvm";
rev = "refs/tags/v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-D8KpOTF+vcBNIn//8Y0Hwk4B+OBF2Hh3dkWyO2KYeqw=";
};