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

granted: 0.26.2 -> 0.27.0
This commit is contained in:
Weijia Wang 2024-05-29 08:45:07 +02:00 committed by GitHub
commit ec3ce1e43a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "granted";
version = "0.26.2";
version = "0.27.0";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+vJN91adsZNihyQNLFFKt94l37lynpGvFIGPvd/9/CM=";
sha256 = "sha256-ke54OnO9yjL0RF1dJLTIwaCFp9GvB9Tlr06AN6u8/v4=";
};
vendorHash = "sha256-QoT7zfNbKDZyxGhDX1Lleu3mpTVXGKleX/b86l8nXXs=";