granted: 0.27.0 -> 0.27.2

This commit is contained in:
R. Ryantm 2024-06-04 13:22:53 +00:00
parent 612b7cbb4b
commit 9455b7b3ef

View File

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