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

granted: 0.20.5 -> 0.20.6
This commit is contained in:
Weijia Wang 2024-01-04 13:12:13 +01:00 committed by GitHub
commit 72bdf24de3
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.20.5";
version = "0.20.6";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-s1hPyvpk78MgEK+t5r9iFNHBXDnnNLNoAy0jUB9X8wU=";
sha256 = "sha256-I+2KAj12iURPRBu2DoQysGcoBz2jooEw8JkB/sJAkkA=";
};
vendorHash = "sha256-HRZKvs3q79Q94TYvdIx2NQU49MmS2PD1lRndcV0Ys/o=";
vendorHash = "sha256-aPOWlXaZjmmj/iQqvlFSVFLQwQsWQ9q8yTElw5KBNIw=";
nativeBuildInputs = [ makeWrapper ];