Skip to content

Commit 2ce7014

Browse files
committed
openbao: 2.4.4 -> 2.5.0
1 parent 822089b commit 2ce7014

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.4.4";
17+
version = "2.5.0";
1818

1919
src = fetchFromGitHub {
2020
owner = "openbao";
2121
repo = "openbao";
2222
tag = "v${finalAttrs.version}";
23-
hash = "sha256-V3lYm+FWqy0x7dTIE/Ii6W29BlspwBLlFFVIyohZzE8=";
23+
hash = "sha256-4w+CkYhFS/P9ZeHiR2daK+DujqCKzF/aUAZbMcHqvyk=";
2424
};
2525

26-
vendorHash = "sha256-JlUvnY5UlIuSxjtejjIcQTwFdQcMJrRWH5qNKIio2Jo=";
26+
vendorHash = "sha256-3QNiw3q0dhgWeGFBq4a5GCE3bIIa4YiJRKMU+Hakvx0=";
2727

2828
proxyVendor = true;
2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
1616

1717
offlineCache = yarn.fetchYarnBerryDeps {
1818
inherit (finalAttrs) src sourceRoot;
19-
hash = "sha256-ZG/br4r2YzPPgsysx7MBy1WtUBkar1U84nkKecZ5bvU=";
19+
hash = "sha256-XK3ZVnzOTbFzrpPgaz1cx7okTycLhrvBHk9P2Nwv1cg=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)