spicedb: 1.45.1 -> 1.45.2

This commit is contained in:
R. Ryantm 2025-08-14 20:40:01 +00:00
parent 9976b5902f
commit 02dc83eb39

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "spicedb";
version = "1.45.1";
version = "1.45.2";
src = fetchFromGitHub {
owner = "authzed";
repo = "spicedb";
rev = "v${version}";
hash = "sha256-cKCAA9C0vsCa0BszspvPfrKbdWyaccrMtiO6UWhLIh4=";
hash = "sha256-LDAZdcUfrCWtld6V4GDpAbK+BeT/aeVOQ7G++sMoXU4=";
};
vendorHash = "sha256-R4lOmHIBgnlvOukMjXdVx5e9Oneo1EizhsrDXiTbwTc=";
vendorHash = "sha256-hr+xIfPjlrH9igRsYeqNOPgx/jWhDfu73gA+/NoWWxI=";
ldflags = [
"-X 'github.com/jzelinskie/cobrautil/v2.Version=${src.rev}'"