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

granted: 0.17.1 -> 0.18.0
This commit is contained in:
Ryan Mulligan 2023-10-12 06:39:05 -07:00 committed by GitHub
commit 90afd6cc67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "granted";
version = "0.17.1";
version = "0.18.0";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+XdbHCa7XtngX1v/uH0p7EbQVcZY+vT2ox9saDOKYE0=";
sha256 = "sha256-BvrMfQ/fiAMJCROwOqzt17ae/qqDC2KFdBK2epVImus=";
};
vendorHash = "sha256-vHOGnflLC85hrONPPAAuuaPxNkv3t5T616nAnDEZbAY=";