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

granted: 0.22.0 -> 0.23.0
This commit is contained in:
Weijia Wang 2024-04-09 14:21:27 +02:00 committed by GitHub
commit 1dd379340a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -12,16 +12,16 @@
buildGoModule rec {
pname = "granted";
version = "0.22.0";
version = "0.23.0";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cN7c5oJAP6ZHjq8o6PZHv40fdjCJtkGbPS2Vh+EWDHw=";
sha256 = "sha256-CmLRmtih3XSzjizJpcXwWuJ6eRpMwiaXtH2zaf7E9gU=";
};
vendorHash = "sha256-lVP32y+XCPaVp8FtnN/13wBXTPQDHupaVw0T/nWtmYo=";
vendorHash = "sha256-F8KkBeig0TofMRdg2puFjqPXB6TnUc15enodiE57pxA=";
nativeBuildInputs = [ makeWrapper ];