We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702f91d commit b86b9b0Copy full SHA for b86b9b0
1 file changed
nix/packages/gatekeeper.nix
@@ -6,12 +6,12 @@ let
6
7
upstream-gatekeeper = buildGoModule124 {
8
pname = "jit-db-gatekeeper";
9
- version = "1.0.1";
+ version = "1.0.2";
10
src = pkgs.fetchFromGitHub {
11
owner = "supabase";
12
repo = "jit-db-gatekeeper";
13
- rev = "v1.0.1";
14
- sha256 = "sha256-4xSqQnuBYPZU6kl2LVnZbCBLCPUMKyZkezq2mPYox6k";
+ rev = "v1.0.2";
+ sha256 = "sha256-YMbWvE2GrtVB3N7aw+HGb4sO+oGiU0PML9qC42uO51Y=";
15
};
16
vendorHash = null;
17
@@ -34,7 +34,7 @@ in
34
35
pkgs.stdenv.mkDerivation {
36
pname = "gatekeeper";
37
38
39
buildInputs = [ upstream-gatekeeper ];
40
0 commit comments