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

granted: 0.23.0 -> 0.23.1
This commit is contained in:
Nick Cao 2024-04-18 10:43:36 -04:00 committed by GitHub
commit ede6e2b78e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "granted";
version = "0.23.0";
version = "0.23.1";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CmLRmtih3XSzjizJpcXwWuJ6eRpMwiaXtH2zaf7E9gU=";
sha256 = "sha256-w/vsS206gKZ8PbfD2BAsYxasXWJEX72AMpmwyR/NCcU=";
};
vendorHash = "sha256-F8KkBeig0TofMRdg2puFjqPXB6TnUc15enodiE57pxA=";