Skip to content

Commit cb95af2

Browse files
committed
upgrade to latest postgrest version
1 parent 262be48 commit cb95af2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

global.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
prefix = "pgrstbench";
2+
prefix = "postgrest-bench";
33
}

postgrest/postgrest.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
stdenv.mkDerivation rec {
44
name = "postgrest";
5-
version = "v11.2.1";
5+
version = "v12.0.2";
66
src = fetchurl {
77
url = "https://github.com/PostgREST/postgrest/releases/download/${version}/postgrest-${version}-linux-static-x64.tar.xz";
8-
sha256 = "sha256-nsc1AbCj4nn8uttZmbZQqJl5SvxP/xJQhcQo38T/3Hw=";
8+
sha256 = "sha256-IOlVr5C0cvHaFF4T4uaUK4AYr9CzUv2/VZ/Mz4BwXcY=";
99
};
1010
phases = ["installPhase" "patchPhase"];
1111
installPhase = ''

0 commit comments

Comments
 (0)