Merge pull request #140167 from marsam/update-postgresql-age

postgresql11Packages.age: 0.2.0 -> 0.6.0
This commit is contained in:
Mario Rodas 2021-10-01 16:12:08 -05:00 committed by GitHub
commit c7d8fae5c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "age";
version = "0.2.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "bitnine-oss";
repo = "AgensGraph-Extension";
owner = "apache";
repo = "incubator-age";
rev = "v${version}";
sha256 = "0way59lj30727jlz2qz6rnw4fsxcd5028xcwgrwk7jxcaqi5fa17";
sha256 = "1cl6p9qz2yhgm603ljlyjdn0msk3hzga1frjqsmqmpp3nw4dbkka";
};
buildInputs = [ postgresql ];
@ -55,8 +55,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A graph database extension for PostgreSQL";
homepage = "https://github.com/bitnine-oss/AgensGraph-Extension";
changelog = "https://github.com/bitnine-oss/AgensGraph-Extension/releases/tag/v${version}";
homepage = "https://age.apache.org/";
changelog = "https://github.com/apache/incubator-age/releases/tag/v${version}";
maintainers = with maintainers; [ ];
platforms = postgresql.meta.platforms;
license = licenses.asl20;