granted: 0.36.3 -> 0.37.0

This commit is contained in:
R. Ryantm 2024-12-10 06:28:23 +00:00
parent f602946645
commit 2f8e672b3d

View File

@ -14,16 +14,16 @@
buildGoModule rec {
pname = "granted";
version = "0.36.3";
version = "0.37.0";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fLnrc+Aek2bFrJfCCwI9HRAocokb3IlGZbjYzur7LHk=";
sha256 = "sha256-dy56xrn2BiVoFoQMnkl9jglecY9HAoRU/yubv5ddNU8=";
};
vendorHash = "sha256-imArhe/TjrXv68ZF7moOcKjvxAvQzm7XfBkyWfwNJJs=";
vendorHash = "sha256-xL4+N1+Jb8KI9UbLfPV4R/MrIqL+6Lgpzsgq86J9cnE=";
nativeBuildInputs = [ makeWrapper ];