Skip to content

Commit

Permalink
granted: 0.32.0 -> 0.33.0 (#341547)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 committed Sep 16, 2024
2 parents 5ac8cc6 + ef95cc1 commit af8995a
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.32.0";
version = "0.33.0";

src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CagRgAStanLD7JnH1L4zAhxD56dpgqUR31DICaklWRE=";
sha256 = "sha256-prvdxWdv580BmhjhP6h4FHyjCDlgr5/Z1kg2wOS+pR0=";
};

vendorHash = "sha256-iGYAjbWQ8w60NZeMCVydltQLuwxOI74VxLltYIJ37K8=";
vendorHash = "sha256-g7GKABv7SunVhRUd4y3ZSqD5lnFxM5nuaHJhxFuF/FE=";

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit af8995a

Please sign in to comment.