pg_ed25519: init at 0.2

PostgreSQL extension for signing and verifying ed25519 signatures.
This commit is contained in:
Renzo Carbonara
2020-06-16 10:17:42 -05:00
committed by Austin Seipp
parent 9317014be1
commit b4e428ecd0
2 changed files with 33 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@ self: super: {
pg_bigm = super.callPackage ./ext/pg_bigm.nix { };
pg_ed25519 = super.callPackage ./ext/pg_ed25519.nix { };
pg_repack = super.callPackage ./ext/pg_repack.nix { };
pg_similarity = super.callPackage ./ext/pg_similarity.nix { };