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

granted: 0.18.0 -> 0.19.2
This commit is contained in:
Weijia Wang 2023-11-03 15:58:59 +01:00 committed by GitHub
commit 776ca830f2
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.18.0";
version = "0.19.2";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BvrMfQ/fiAMJCROwOqzt17ae/qqDC2KFdBK2epVImus=";
sha256 = "sha256-z8j44WFLzPDpnmQ/vG8DfpjpxnNd942mPUxoXSEJDeI=";
};
vendorHash = "sha256-vHOGnflLC85hrONPPAAuuaPxNkv3t5T616nAnDEZbAY=";
vendorHash = "sha256-cn1rGmjrmPSo6v4TD72I01VbQjwt6dT7ZEijPOjp+kc=";
nativeBuildInputs = [ makeWrapper ];