Merge pull request #313190 from r-ryantm/auto-update/granted

granted: 0.26.0 -> 0.26.2
This commit is contained in:
Nick Cao 2024-05-21 18:18:18 -04:00 committed by GitHub
commit 3c8574ab22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,16 +12,16 @@
buildGoModule rec {
pname = "granted";
version = "0.26.0";
version = "0.26.2";
src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Ny2HHNawUmjqo0rTlM5yulOkqQUM/x1ySbXIE6vbegQ=";
sha256 = "sha256-+vJN91adsZNihyQNLFFKt94l37lynpGvFIGPvd/9/CM=";
};
vendorHash = "sha256-f0vL9YD5PmoZFeOv2oeYtm2gYPYCJ6aYTan9AVr0/gc=";
vendorHash = "sha256-QoT7zfNbKDZyxGhDX1Lleu3mpTVXGKleX/b86l8nXXs=";
nativeBuildInputs = [ makeWrapper ];