Merge pull request #324620 from r-ryantm/auto-update/granted

granted: 0.28.0 -> 0.29.0
This commit is contained in:
Nick Cao 2024-07-05 15:34:38 -04:00 committed by GitHub
commit 8b6c6739bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "granted";
version = "0.28.0";
version = "0.29.0";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-YOEuAjVIOmQdudjPc1ooGWRjm2ADemS7xSntho1k5KA=";
sha256 = "sha256-C9VzFrhIehGsGzYfXkPiYjE1vuSK6Sh3exm81PdhLKo=";
};
vendorHash = "sha256-/X7kHaBZyDV4IqvKqyR7pAQLgYqIvcvSSh0NdrA5d3I=";