Skip to content

Commit

Permalink
Merge pull request #327256 from r-ryantm/auto-update/spicedb
Browse files Browse the repository at this point in the history
spicedb: 1.33.1 -> 1.35.2
  • Loading branch information
smancill authored Aug 17, 2024
2 parents 2741513 + 320b3ec commit ae1a832
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/spicedb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "spicedb";
version = "1.33.1";
version = "1.35.2";

src = fetchFromGitHub {
owner = "authzed";
repo = "spicedb";
rev = "v${version}";
hash = "sha256-qEEttgo7OqCEuC+mj2e5HW1IpIl5czxScBmaLiJJuUY=";
hash = "sha256-r1rrMCeW7NjlMHmNNWIn6EJOLia+9CuI831O5A8kKMA=";
};

vendorHash = "sha256-pqHDSQQMvfas9yeyhs5cWokBPISQygz2aHf6W5Zc+co=";
vendorHash = "sha256-NOCC34LrJ+7oubL5uOJlSy92GdiVJf3M0yowJ55JNV8=";

ldflags = [
"-X 'github.com/jzelinskie/cobrautil/v2.Version=${src.rev}'"
Expand Down

0 comments on commit ae1a832

Please sign in to comment.