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

spicedb: 1.17.0 -> 1.19.0
This commit is contained in:
Weijia Wang 2023-04-07 09:57:16 +03:00 committed by GitHub
commit 671d22f41f
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.17.0";
version = "1.19.0";
src = fetchFromGitHub {
owner = "authzed";
repo = "spicedb";
rev = "v${version}";
hash = "sha256-oTmEMFoSIW1JQIzhGxAuHW/VSZZk5FnzdLZvjhg90ZQ=";
hash = "sha256-2s5FR3qICB3nw0RAgwiuHLFh/aTzu7jXuIGi0xLIXNY=";
};
vendorHash = "sha256-tIjHgEfq7kKwyQ9iCzI51ne88WrxUATYvJYcHbVX4jQ=";
vendorHash = "sha256-w6Ch0oyiF32ChJopdgXFh+QTadLIMFiNBBDyfVgtCik=";
subPackages = [ "cmd/spicedb" ];