granted: 0.36.1 -> 0.36.3 (#355574)

This commit is contained in:
Nick Cao 2024-11-17 12:51:24 -05:00 committed by GitHub
commit a41b9471fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,4 @@
{
bash,
buildGoModule,
fetchFromGitHub,
nix-update-script,
@ -15,16 +14,16 @@
buildGoModule rec {
pname = "granted";
version = "0.36.1";
version = "0.36.3";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sIn6D0696QPo4fs7HzvQNIopIfYYV4fYLmVdwQZnZag=";
sha256 = "sha256-fLnrc+Aek2bFrJfCCwI9HRAocokb3IlGZbjYzur7LHk=";
};
vendorHash = "sha256-QswW1PyxrVWf6ZAPKW69q0JIXpyhSHucE5A7hkr8uxw=";
vendorHash = "sha256-imArhe/TjrXv68ZF7moOcKjvxAvQzm7XfBkyWfwNJJs=";
nativeBuildInputs = [ makeWrapper ];