Skip to content

Commit

Permalink
openbao: update to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay committed Nov 8, 2024
1 parent b807e01 commit 60b46e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/op/openbao/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
}:
buildGoModule rec {
pname = "openbao";
version = "2.0.0";
version = "2.0.1";

src = fetchFromGitHub {
owner = "openbao";
repo = "openbao";
rev = "v${version}";
hash = "sha256-2dylOra/XuAQMIeb05Lp2nqLxXhPmSK+4poSaZ0GzJs=";
hash = "sha256-yJ7J/7EhZgpg0kxXeLwThvE5X8iNhditGCnDxptA7Uc=";
};

vendorHash = "sha256-vdjoYw0VWNdMYJERFj2RAO63WbDShgeyNili5BFEPUk=";
Expand Down

0 comments on commit 60b46e0

Please sign in to comment.