spicedb-zed: 0.7.5 -> 0.8.0

This commit is contained in:
R. Ryantm 2023-01-18 09:13:48 +00:00
parent f46ee73ba6
commit 4b22955eb6

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "zed";
version = "0.7.5";
version = "0.8.0";
src = fetchFromGitHub {
owner = "authzed";
repo = "zed";
rev = "v${version}";
hash = "sha256-Q12zM9GgQQBykFLZ3nwdkl8Nk/0nbXaOJzXzO8wSOXY=";
hash = "sha256-/tYQqS0l5Z/yeNd6GJHONtD3YeQ7nvvWcilBAahDDPA=";
};
vendorHash = "sha256-AEU8yTG+n+JOSB7Cnmf+mztm/1c5vuarSqVr3hC/14g=";
vendorHash = "sha256-3JQgtWaPi2e9lSXF+3IIXDptQXjFJOBsMPfisEea8kE=";
meta = with lib; {
description = "Command line for managing SpiceDB";