spicedb: 1.15.0 -> 1.16.1

This commit is contained in:
R. Ryantm 2023-01-20 22:54:17 +00:00 committed by Austin Seipp
parent 1ea55a0097
commit 4d13d8bcce

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "spicedb";
version = "1.15.0";
version = "1.16.1";
src = fetchFromGitHub {
owner = "authzed";
repo = "spicedb";
rev = "v${version}";
hash = "sha256-ecwLiIqmRgJqzr3BvXnlD+wYcA0IfurK6q57t2G8/I4=";
hash = "sha256-v30F6JhLmPLuYVyegjMPOjUKQ51xxrNfYMqaEPmRuwI=";
};
vendorHash = "sha256-5UiW7a/3PQrVsHhLWs9Odo16IeGil6YMdiUU12h6ohk=";
vendorHash = "sha256-TMwijafZ5ILTr9ZA5CG5uFFIZe6EmnLAL2zD25l/1gs=";
subPackages = [ "cmd/spicedb" ];