spicedb 1.16.2 -> 1.17.0 https://github.com/authzed/spicedb/releases attrpath: spicedb Checking auto update branch... No auto update branch exists Old version 1.16.2" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "spicedb"; version = "1.17.0"; src = fetchFromGitHub { owner = "authzed"; repo = "spicedb"; rev = "v${version}"; hash = "sha256-oTmEMFoSIW1JQIzhGxAuHW/VSZZk5FnzdLZvjhg90ZQ="; }; vendorHash = "sha256-tIjHgEfq7kKwyQ9iCzI51ne88WrxUATYvJYcHbVX4jQ="; subPackages = [ "cmd/spicedb" ]; meta = with lib; { description = "Open source permission database"; longDescription = '' SpiceDB is an open-source permissions database inspired by Google Zanzibar. ''; homepage = "https://authzed.com/"; license = licenses.asl20; maintainers = with maintainers; [ thoughtpolice ]; }; }