spicedb: 1.45.3 -> 1.45.4

This commit is contained in:
R. Ryantm
2025-09-16 19:00:05 +00:00
parent 93b1ca689d
commit 8f59a36ec9
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "spicedb";
version = "1.45.3";
version = "1.45.4";
src = fetchFromGitHub {
owner = "authzed";
repo = "spicedb";
tag = "v${version}";
hash = "sha256-V+JYWoZclA4agfqXl3oUhxdTlJXeuO3JQIPfqu2idy0=";
hash = "sha256-q5szY9eJcmlxoA5FcBgOb81l5p8b9+SUSQffXV3KMgk=";
};
vendorHash = "sha256-hr+xIfPjlrH9igRsYeqNOPgx/jWhDfu73gA+/NoWWxI=";
vendorHash = "sha256-XqXbQYUAQiOZ0MjWwFSRe0suaQzXb6KQb+KoGAvvceM=";
ldflags = [
"-X 'github.com/jzelinskie/cobrautil/v2.Version=${src.tag}'"