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

granted: 0.24.0 -> 0.25.0
This commit is contained in:
Nick Cao 2024-05-07 10:04:14 -04:00 committed by GitHub
commit 982376e3e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,16 +12,16 @@
buildGoModule rec {
pname = "granted";
version = "0.24.0";
version = "0.25.0";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wZP7QEFzPdDXL00/+jiVghwrObWYcy+Nf9DuOWBwrlQ=";
sha256 = "sha256-oXwBVtkHy0bIs/5iHUvxO2gxccgBC0/+7EV09LIsROo=";
};
vendorHash = "sha256-XzoN8gOQTU8LMInsV6gVetUp1xlPOxedF1ksQ0V1ynY=";
vendorHash = "sha256-EtS0cSDFWrR2rkKtNihBCZGBZC0TXruEuP2fqw0ZuIQ=";
nativeBuildInputs = [ makeWrapper ];