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

granted: 0.19.2 -> 0.20.3
This commit is contained in:
Nick Cao 2023-12-16 16:16:14 -05:00 committed by GitHub
commit 05cff29dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,16 +12,16 @@
buildGoModule rec {
pname = "granted";
version = "0.19.2";
version = "0.20.3";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-z8j44WFLzPDpnmQ/vG8DfpjpxnNd942mPUxoXSEJDeI=";
sha256 = "sha256-U8j1IxeBcm9aEJ8LtIxNPdz5mqkSGQ6Ldn7F3HomvGE=";
};
vendorHash = "sha256-cn1rGmjrmPSo6v4TD72I01VbQjwt6dT7ZEijPOjp+kc=";
vendorHash = "sha256-HRZKvs3q79Q94TYvdIx2NQU49MmS2PD1lRndcV0Ys/o=";
nativeBuildInputs = [ makeWrapper ];