spicedb: 1.22.2 -> 1.23.0

This commit is contained in:
R. Ryantm 2023-07-15 10:24:08 +00:00 committed by Austin Seipp
parent 680a714e16
commit e123d6f4c4

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "spicedb";
version = "1.22.2";
version = "1.23.0";
src = fetchFromGitHub {
owner = "authzed";
repo = "spicedb";
rev = "v${version}";
hash = "sha256-KfS0GH6gebpQDdbO49mu148GUnv6B08OHOTbkR3h7xE=";
hash = "sha256-PCXF5sKQmsQiHwtqerOqlKgbgaHa8R/a+oEZIiqbJXc=";
};
vendorHash = "sha256-7um5V8AcHXn6UgOluUokuTRJED57tAC4ushVCR37ORA=";
vendorHash = "sha256-1Z9gg2ze/TKsv4yB4+XpZeI0Dmhlg7p13DPZBb4EejU=";
subPackages = [ "cmd/spicedb" ];