Merge pull request #228054 from r-ryantm/auto-update/spicedb

spicedb: 1.19.0 -> 1.20.0
This commit is contained in:
Weijia Wang 2023-04-26 00:41:05 +03:00 committed by GitHub
commit 9d4f6b1760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "spicedb";
version = "1.19.0";
version = "1.20.0";
src = fetchFromGitHub {
owner = "authzed";
repo = "spicedb";
rev = "v${version}";
hash = "sha256-2s5FR3qICB3nw0RAgwiuHLFh/aTzu7jXuIGi0xLIXNY=";
hash = "sha256-gTQ6AiFcx9ckygZt8l5BWHfk8wv0Z7xCirPzCPkloKA=";
};
vendorHash = "sha256-w6Ch0oyiF32ChJopdgXFh+QTadLIMFiNBBDyfVgtCik=";
vendorHash = "sha256-sL2i9kpMuJIdkDXOXJVMzYBiIsU7duu/tRfDaLPjbwo=";
subPackages = [ "cmd/spicedb" ];