Skip to content

Commit b86b9b0

Browse files
authored
chore: bump minor version gatekeeper (#2081)
* chore: bump minor version gatekeeper * chore: set sha256
1 parent 702f91d commit b86b9b0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

nix/packages/gatekeeper.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ let
66

77
upstream-gatekeeper = buildGoModule124 {
88
pname = "jit-db-gatekeeper";
9-
version = "1.0.1";
9+
version = "1.0.2";
1010
src = pkgs.fetchFromGitHub {
1111
owner = "supabase";
1212
repo = "jit-db-gatekeeper";
13-
rev = "v1.0.1";
14-
sha256 = "sha256-4xSqQnuBYPZU6kl2LVnZbCBLCPUMKyZkezq2mPYox6k";
13+
rev = "v1.0.2";
14+
sha256 = "sha256-YMbWvE2GrtVB3N7aw+HGb4sO+oGiU0PML9qC42uO51Y=";
1515
};
1616
vendorHash = null;
1717

@@ -34,7 +34,7 @@ in
3434

3535
pkgs.stdenv.mkDerivation {
3636
pname = "gatekeeper";
37-
version = "1.0.1";
37+
version = "1.0.2";
3838

3939
buildInputs = [ upstream-gatekeeper ];
4040

0 commit comments

Comments
 (0)