Skip to content

Commit

Permalink
granted: 0.35.1 -> 0.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbribeiro committed Oct 21, 2024
1 parent 9d47ed1 commit 1cf977b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gr/granted/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

buildGoModule rec {
pname = "granted";
version = "0.35.1";
version = "0.35.2";

src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3DYPZbaMZsdbKXqrG4iLVasgfJQ0l1N+28qbYJieO6c=";
sha256 = "sha256-8Ou1TkPGAsrRfV75ntPKpXTUEhVkwgtaXErrRX8hR0E=";
};

vendorHash = "sha256-9aHzPZBgrQv/T9cT/0Xv3bgceMWCuD8YwsG4cN00heE=";
vendorHash = "sha256-XCq+hDxK7C9XYlKe+lUArQlPheWALx806o1IeCRD7vs=";

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit 1cf977b

Please sign in to comment.