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

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

granted: 0.23.2 -> 0.24.0
parents 8379eb15 2ee835bd
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.2";
  version = "0.24.0";

  src = fetchFromGitHub {
    owner = "common-fate";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-DPwNKaGiq+/gaQiD6ayKm8o19RZgh+BFuLcNZ9bMWF0=";
    sha256 = "sha256-wZP7QEFzPdDXL00/+jiVghwrObWYcy+Nf9DuOWBwrlQ=";
  };

  vendorHash = "sha256-XzoN8gOQTU8LMInsV6gVetUp1xlPOxedF1ksQ0V1ynY=";