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

granted: 0.20.3 -> 0.20.5
This commit is contained in:
Fabián Heredia Montiel
2023-12-26 10:12:28 -06:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
buildGoModule rec {
pname = "granted";
version = "0.20.3";
version = "0.20.5";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-U8j1IxeBcm9aEJ8LtIxNPdz5mqkSGQ6Ldn7F3HomvGE=";
sha256 = "sha256-s1hPyvpk78MgEK+t5r9iFNHBXDnnNLNoAy0jUB9X8wU=";
};
vendorHash = "sha256-HRZKvs3q79Q94TYvdIx2NQU49MmS2PD1lRndcV0Ys/o=";