Unverified Commit ede6e2b7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

granted: 0.23.0 -> 0.23.1
parents f0225a99 afa2e295
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildGoModule rec {
  pname = "granted";
  version = "0.23.0";
  version = "0.23.1";

  src = fetchFromGitHub {
    owner = "common-fate";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-CmLRmtih3XSzjizJpcXwWuJ6eRpMwiaXtH2zaf7E9gU=";
    sha256 = "sha256-w/vsS206gKZ8PbfD2BAsYxasXWJEX72AMpmwyR/NCcU=";
  };

  vendorHash = "sha256-F8KkBeig0TofMRdg2puFjqPXB6TnUc15enodiE57pxA=";