3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #283161 from r-ryantm/auto-update/spicedb

spicedb: 1.28.0 -> 1.29.0
This commit is contained in:
Robert Scott 2024-01-24 00:23:47 +00:00 committed by GitHub
commit 03a10df161
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "spicedb";
version = "1.28.0";
version = "1.29.0";
src = fetchFromGitHub {
owner = "authzed";
repo = "spicedb";
rev = "v${version}";
hash = "sha256-Zbg5rcgOSgTeVDuZpvzXuo0DWx5PH+9xPxHZZJjqpKs=";
hash = "sha256-AQmYoTrCwS2IdA9N2RWmbnPNIfKW3ofreZv+VEbe1Wg=";
};
vendorHash = "sha256-jzH9f/hN2S9MUtomIjPQ/VErDWyVjNN9G4W7hHiFRJs=";
vendorHash = "sha256-LYVxKrFMtxG13cxpQ2btXO9EmKY0UBI+ZP3aYI88i3A=";
subPackages = [ "cmd/spicedb" ];