postgresqlPackages.age: fix evaling of meta

In cases where src was a throw, meta failed to eval fixing this by not referencing src in meta.
This commit is contained in:
jopejoe1
2025-10-13 09:40:53 +02:00
parent e33e1eb73e
commit 4dc17c928d
+1 -1
View File
@@ -74,7 +74,7 @@ postgresqlBuildExtension (finalAttrs: {
broken = !builtins.elem (lib.versions.major postgresql.version) (builtins.attrNames hashes);
description = "Graph database extension for PostgreSQL";
homepage = "https://age.apache.org/";
changelog = "https://github.com/apache/age/raw/v${finalAttrs.src.rev}/RELEASE";
changelog = "https://github.com/apache/age/raw/PG${lib.versions.major postgresql.version}/v${finalAttrs.version}/RELEASE";
maintainers = [ ];
platforms = postgresql.meta.platforms;
license = lib.licenses.asl20;