Skip to content

Commit

Permalink
spicedb-zed: 0.21.0 -> 0.21.1 (NixOS#339517)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 5, 2024
2 parents 010f87a + 4dd8774 commit 6431f0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/spicedb/zed.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "zed";
version = "0.21.0";
version = "0.21.1";

src = fetchFromGitHub {
owner = "authzed";
repo = "zed";
rev = "v${version}";
hash = "sha256-jHKugGQ3tta9vGjMtVEyTrLrmivLc41VFYVqAjH/IGQ=";
hash = "sha256-X8kZjPjFGMUfSQLdS6/XA1eNRQH6n/FffgbC19r1WRU=";
};

vendorHash = "sha256-nYf/ruU1IPDOcumhQz6LGEpKLyAxgASgxjPT7qz0N8c=";
vendorHash = "sha256-Q8OW9aBs1fcUdKin6uX1s6oD289eCUffmAK5nr3xn0s=";

ldflags = [
"-X 'github.com/jzelinskie/cobrautil/v2.Version=${src.rev}'"
Expand Down

0 comments on commit 6431f0d

Please sign in to comment.