spicedb: 1.45.2 -> 1.45.3

This commit is contained in:
R. Ryantm
2025-09-03 16:56:35 +00:00
parent 33d95fc710
commit fcc9d52466
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "spicedb";
version = "1.45.2";
version = "1.45.3";
src = fetchFromGitHub {
owner = "authzed";
repo = "spicedb";
rev = "v${version}";
hash = "sha256-LDAZdcUfrCWtld6V4GDpAbK+BeT/aeVOQ7G++sMoXU4=";
hash = "sha256-V+JYWoZclA4agfqXl3oUhxdTlJXeuO3JQIPfqu2idy0=";
};
vendorHash = "sha256-hr+xIfPjlrH9igRsYeqNOPgx/jWhDfu73gA+/NoWWxI=";