granted: 0.27.2 -> 0.27.4

This commit is contained in:
R. Ryantm 2024-06-10 10:52:04 +00:00
parent 2bbc9c09ba
commit e65fd4b40f

View File

@ -12,16 +12,16 @@
buildGoModule rec {
pname = "granted";
version = "0.27.2";
version = "0.27.4";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-VsE6CozVl+g+tAGQnf2q1lzKuxIMwbziQ2S76dY542A=";
sha256 = "sha256-JVeOWAuFxMLDhpFreN4YAXoDytNf/t1yQwNXKRd8ml8=";
};
vendorHash = "sha256-ScWYqbhWwhrTh+k4LNkapiJbrRRSwxnxPT44lt048vw=";
vendorHash = "sha256-/X7kHaBZyDV4IqvKqyR7pAQLgYqIvcvSSh0NdrA5d3I=";
nativeBuildInputs = [ makeWrapper ];