Skip to content

Commit

Permalink
pgx_ulid: 0.1.4 > 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
k0001 committed May 27, 2024
1 parent 0755357 commit 89b216d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/servers/sql/postgresql/ext/pgx_ulid.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ buildPgrxExtension rec {
inherit postgresql;

pname = "pgx_ulid";
version = "0.1.4";
version = "0.1.5";

src = fetchFromGitHub {
owner = "pksunkara";
repo = "pgx_ulid";
# rev: This is one commit past v0.1.4. It adds the Cargo.lock file.
rev = "566bc1b21fa88276d7d7c27dd3cd4b74458dbc10";
hash = "sha256-o6BnoaXIg4zbg86fTTcgydrl1JeykZxwDcvWz8+h31g=";
rev = "29a037e7e2dd8b18e4bb5e5ec4f9a6fe270e84bc";
hash = "sha256-zql7wtZQ+GDEpM0kld7vHCbWNHSpPKjYZgVWhx1GtvU=";
};
cargoHash = "sha256-nUI+QXhNgcmqRU/dY3Sk8bwdndJE8TT00LEFoauZ97s=";
cargoHash = "sha256-kMo5wnQA8FakTEYebbpoKxMGi1SrFJQd45ZYHGUqVrY=";

passthru.updateScript = gitUpdater { rev-prefix = "v"; };

Expand Down

0 comments on commit 89b216d

Please sign in to comment.