spicedb-zed: 0.30.2 -> 0.35.0

This commit is contained in:
Hythera
2026-02-24 20:55:28 +01:00
parent 002abdb99f
commit faefda2b03
+6 -3
View File
@@ -8,19 +8,22 @@
buildGoModule (finalAttrs: {
pname = "zed";
version = "0.30.2";
version = "0.35.0";
src = fetchFromGitHub {
owner = "authzed";
repo = "zed";
tag = "v${finalAttrs.version}";
hash = "sha256-ftSgp0zxUmSTJ7lFHxFdebKrCKbsRocDkfabVpyQ5Kg=";
hash = "sha256-DeqfzI5+UPsR358QnummTp/cYCr2bIotB2tB/NYYd1M=";
};
vendorHash = "sha256-2AkknaufRhv79c9WQtcW5oSwMptkR+FB+1/OJazyGSM=";
vendorHash = "sha256-LnmY5GikIHgOBi0hWO5B5FyBymKSZZQMK5VnDj5Ge84=";
ldflags = [ "-X 'github.com/jzelinskie/cobrautil/v2.Version=${finalAttrs.src.tag}'" ];
# Version test expects '(devel)' but version is being set to the package version
checkFlags = [ "--skip=TestGetClientVersion" ];
preCheck = ''
export NO_COLOR=true
'';