spicedb-zed: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm 2023-04-25 19:38:05 +00:00
parent 5167d6f405
commit 15da64d45e

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "zed";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "authzed";
repo = "zed";
rev = "v${version}";
hash = "sha256-kmbZ0fi7rbJUsMREOH+IxHIDfZ2qy+AD8Px9pu4eSxM=";
hash = "sha256-hSm8k4QnUDaKNOX7f019nDwWijrqljZ3X0g7hE1TdsY=";
};
vendorHash = "sha256-4Y/98VEZWjk2k4UPtGEumOMbjjR4V1OnPvj5mxuX/DQ=";
vendorHash = "sha256-aRXlyj8QHGsynSc09Earwz6eihRW3bu21+OTtiWPCCg=";
meta = with lib; {
description = "Command line for managing SpiceDB";