File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515buildGoModule ( 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
Original file line number Diff line number Diff 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 = [
You can’t perform that action at this time.
0 commit comments