spicedb: 1.23.0 -> 1.25.0

This commit is contained in:
R. Ryantm 2023-09-18 09:40:17 +00:00 committed by Austin Seipp
parent c14d62f272
commit 4d9a02acc8

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "spicedb";
version = "1.23.0";
version = "1.25.0";
src = fetchFromGitHub {
owner = "authzed";
repo = "spicedb";
rev = "v${version}";
hash = "sha256-PCXF5sKQmsQiHwtqerOqlKgbgaHa8R/a+oEZIiqbJXc=";
hash = "sha256-+/0raANdWXPnme/l82wzbhf+kYggBvs4iYswDUPFjlI=";
};
vendorHash = "sha256-1Z9gg2ze/TKsv4yB4+XpZeI0Dmhlg7p13DPZBb4EejU=";
vendorHash = "sha256-r0crxfE3XtsT4+5lWNY6R/bcuxq2WeongK9l7ABXQo8=";
subPackages = [ "cmd/spicedb" ];