granted: 0.19.2 -> 0.20.3

This commit is contained in:
R. Ryantm 2023-12-15 15:40:22 +00:00
parent f4de47d49e
commit 2dd56a1e5c

View File

@ -12,16 +12,16 @@
buildGoModule rec {
pname = "granted";
version = "0.19.2";
version = "0.20.3";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-z8j44WFLzPDpnmQ/vG8DfpjpxnNd942mPUxoXSEJDeI=";
sha256 = "sha256-U8j1IxeBcm9aEJ8LtIxNPdz5mqkSGQ6Ldn7F3HomvGE=";
};
vendorHash = "sha256-cn1rGmjrmPSo6v4TD72I01VbQjwt6dT7ZEijPOjp+kc=";
vendorHash = "sha256-HRZKvs3q79Q94TYvdIx2NQU49MmS2PD1lRndcV0Ys/o=";
nativeBuildInputs = [ makeWrapper ];