granted: 0.27.5 -> 0.28.0

This commit is contained in:
R. Ryantm
2024-06-25 19:12:08 +00:00
parent 194ab008e6
commit 11e97b0819

View File

@@ -12,13 +12,13 @@
buildGoModule rec {
pname = "granted";
version = "0.27.5";
version = "0.28.0";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-s7tSSYRWSkNY6sh88XqocTSQ9aS5+O0tqYjyH03NIb0=";
sha256 = "sha256-YOEuAjVIOmQdudjPc1ooGWRjm2ADemS7xSntho1k5KA=";
};
vendorHash = "sha256-/X7kHaBZyDV4IqvKqyR7pAQLgYqIvcvSSh0NdrA5d3I=";