diff options
| author | Pol Dellaiera <pol.dellaiera@protonmail.com> | 2023-07-31 10:27:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-31 10:27:38 +0200 |
| commit | e0b9e3eb293715426d5acb5d55f5a486a2f73a89 (patch) | |
| tree | 0d83c8d4e1efac7d1768c123a7613a96f5101125 | |
| parent | Merge pull request #246304 from r-ryantm/auto-update/ledger-live-desktop (diff) | |
| parent | spicedb-zed: 0.10.2 -> 0.12.1 (diff) | |
| download | nixpkgs-e0b9e3eb293715426d5acb5d55f5a486a2f73a89.tar.gz | |
Merge pull request #246144 from r-ryantm/auto-update/spicedb-zed
spicedb-zed: 0.10.2 -> 0.12.1
| -rw-r--r-- | pkgs/servers/spicedb/zed.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/spicedb/zed.nix b/pkgs/servers/spicedb/zed.nix index 11c9511b2a00..96b1afec9935 100644 --- a/pkgs/servers/spicedb/zed.nix +++ b/pkgs/servers/spicedb/zed.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "zed"; - version = "0.10.2"; + version = "0.12.1"; src = fetchFromGitHub { owner = "authzed"; repo = "zed"; rev = "v${version}"; - hash = "sha256-ZI5aoL4CCqSv7Sw5RApa4AeVVE97tA5HXM5tdF12hqE="; + hash = "sha256-3aG47DeYVwDj0tX26oOWVE8yq8sVtxA4uw+LOIjKNuI="; }; - vendorHash = "sha256-hIhByVm4QpDhnXuWbscKYIgE/Bi0psBE0PvmuCq2NhQ="; + vendorHash = "sha256-kUMCbRIhSb5Bqo1P9J08xVUJmUdxaq5iU34sR+nuol4="; meta = with lib; { description = "Command line for managing SpiceDB"; |
