spicedb: 1.19.0 -> 1.20.0

This commit is contained in:
R. Ryantm 2023-04-25 01:28:27 +00:00
parent de91114b61
commit a805249595

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" ];