spicedb-zed: 0.21.1 -> 0.21.2

This commit is contained in:
R. Ryantm 2024-09-19 19:50:32 +00:00
parent 4f91815a07
commit f3b18503fc

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "zed";
version = "0.21.1";
version = "0.21.2";
src = fetchFromGitHub {
owner = "authzed";
repo = "zed";
rev = "v${version}";
hash = "sha256-X8kZjPjFGMUfSQLdS6/XA1eNRQH6n/FffgbC19r1WRU=";
hash = "sha256-nSvWNelmqzgwf7M+9drqahwwo+YoQLgEscnigsBUwdI=";
};
vendorHash = "sha256-Q8OW9aBs1fcUdKin6uX1s6oD289eCUffmAK5nr3xn0s=";
vendorHash = "sha256-uTuI8rYmRUkbRf46+hZm1xHflFDcro6hVG8aI2C4eWs=";
ldflags = [
"-X 'github.com/jzelinskie/cobrautil/v2.Version=${src.rev}'"