Unverified Commit c7d8fae5 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

postgresql11Packages.age: 0.2.0 -> 0.6.0
parents 64456881 45c04e26
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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;