Skip to content

Commit 233b82e

Browse files
openbao: 2.1.0 -> 2.1.1 (NixOS#375706)
Co-authored-by: brianmay <[email protected]>
2 parents 7470777 + 45289b7 commit 233b82e

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
@@ -7,16 +7,16 @@
77
}:
88
buildGoModule rec {
99
pname = "openbao";
10-
version = "2.1.0";
10+
version = "2.1.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "openbao";
1414
repo = "openbao";
1515
rev = "v${version}";
16-
hash = "sha256-QzUNb4T9uau9bWZX6ulUDyfdInGd86iClBAG72C+7mo=";
16+
hash = "sha256-viN1Yuqnyg/nrRzV2HkjVGZSWD9QIXLN6nG5N0QtwbU=";
1717
};
1818

19-
vendorHash = "sha256-Lg58NbwO7vLNRCBwJujcoVcrV018FevvdrUassnAg3k=";
19+
vendorHash = "sha256-dSEFoD2UbY6OejSxPBDxCNKHBoHI8YNnixayIS7z3e8=";
2020

2121
proxyVendor = true;
2222

0 commit comments

Comments
 (0)