Skip to content

Commit 516e9ad

Browse files
authored
spicedb: 1.42.1 -> 1.43.0 (#403655)
2 parents 2127173 + 1bf51cc commit 516e9ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/spicedb/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "spicedb";
9-
version = "1.42.1";
9+
version = "1.43.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "authzed";
1313
repo = "spicedb";
1414
rev = "v${version}";
15-
hash = "sha256-mgVJtMqLVLShWbv3FqzGovWD3O/xHn+noDvrbQa6XrA=";
15+
hash = "sha256-UWd9N64nkoZTDI61Mv6afqsMiqyOkT3+UByzhsGz7yM=";
1616
};
1717

18-
vendorHash = "sha256-mjzVMtTLJiimzQcXntd2JTIDQS7ndRqosxCVorzcn54=";
18+
vendorHash = "sha256-zJ/bSY9AKCJlq2+AIhbz5sOS1w94zLs2qxflgIAoJho=";
1919

2020
ldflags = [
2121
"-X 'github.com/jzelinskie/cobrautil/v2.Version=${src.rev}'"

0 commit comments

Comments
 (0)