Unverified Commit ec3ce1e4 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

granted: 0.26.2 -> 0.27.0
parents 33ce2633 3b35fb98
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildGoModule rec {
  pname = "granted";
  version = "0.26.2";
  version = "0.27.0";

  src = fetchFromGitHub {
    owner = "common-fate";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-+vJN91adsZNihyQNLFFKt94l37lynpGvFIGPvd/9/CM=";
    sha256 = "sha256-ke54OnO9yjL0RF1dJLTIwaCFp9GvB9Tlr06AN6u8/v4=";
  };

  vendorHash = "sha256-QoT7zfNbKDZyxGhDX1Lleu3mpTVXGKleX/b86l8nXXs=";