Skip to content

Commit 4d98794

Browse files
authored
openbao: 2.2.1 -> 2.2.2 (#412400)
2 parents ce490d7 + ebe0310 commit 4d98794

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/op/openbao/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414

1515
buildGoModule (finalAttrs: {
1616
pname = "openbao";
17-
version = "2.2.1";
17+
version = "2.2.2";
1818

1919
src = fetchFromGitHub {
2020
owner = "openbao";
2121
repo = "openbao";
2222
tag = "v${finalAttrs.version}";
23-
hash = "sha256-qbLaa7EUQywPRTIgUclTomDDBxzdQnyVAqCGD+iOlpg=";
23+
hash = "sha256-r/CPxrVPn0s0qWqdsymqZLSEY0JMilPiWfxmOUvYvnM=";
2424
};
2525

26-
vendorHash = "sha256-Upvv3dxS6HIFxR6T+2/dqnFsUtemjOGUaiICgPlepJ8=";
26+
vendorHash = "sha256-zT/cLL34G93b62VTowwgs8ZZ41wmJ//lzooxVaN7p9Q=";
2727

2828
proxyVendor = true;
2929

0 commit comments

Comments
 (0)