postgresql11Packages.age: 0.2.0 -> 0.6.0

main
Mario Rodas 3 years ago
parent d022b4987a
commit 45c04e261c
  1. 12
      pkgs/servers/sql/postgresql/ext/age.nix

@ -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;

Loading…
Cancel
Save