granted: 0.23.2 -> 0.24.0

This commit is contained in:
R. Ryantm 2024-04-30 01:54:37 +00:00
parent 8cf34f783f
commit 2ee835bdfa

View File

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "granted";
version = "0.23.2";
version = "0.24.0";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-DPwNKaGiq+/gaQiD6ayKm8o19RZgh+BFuLcNZ9bMWF0=";
sha256 = "sha256-wZP7QEFzPdDXL00/+jiVghwrObWYcy+Nf9DuOWBwrlQ=";
};
vendorHash = "sha256-XzoN8gOQTU8LMInsV6gVetUp1xlPOxedF1ksQ0V1ynY=";