Skip to content

Commit

Permalink
granted: 0.20.6 -> 0.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 26, 2024
1 parent 5af80ac commit f133f66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/granted/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

buildGoModule rec {
pname = "granted";
version = "0.20.6";
version = "0.20.7";

src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-I+2KAj12iURPRBu2DoQysGcoBz2jooEw8JkB/sJAkkA=";
sha256 = "sha256-AGpR587vz1t5z/J09n4/XvFPgbwb66wRTfSVOTCWeSU=";
};

vendorHash = "sha256-aPOWlXaZjmmj/iQqvlFSVFLQwQsWQ9q8yTElw5KBNIw=";
vendorHash = "sha256-yw/hl82RQPjZB0SsVr4OPDUsFH2TY6i4RpVE7wd4fwk=";

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit f133f66

Please sign in to comment.