Unverified Commit bceb9363 authored by Ilan Joselevich's avatar Ilan Joselevich Committed by GitHub
Browse files

openbao: 2.2.2 -> 2.3.1 (#420081)

parents f4c22dc0 2e4c6620
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@

buildGoModule (finalAttrs: {
  pname = "openbao";
  version = "2.2.2";
  version = "2.3.1";

  src = fetchFromGitHub {
    owner = "openbao";
    repo = "openbao";
    tag = "v${finalAttrs.version}";
    hash = "sha256-r/CPxrVPn0s0qWqdsymqZLSEY0JMilPiWfxmOUvYvnM=";
    hash = "sha256-X0O3JwJS49yReTEIjRfk0GGzgGDUZjNadKMZXUuor/I=";
  };

  vendorHash = "sha256-zT/cLL34G93b62VTowwgs8ZZ41wmJ//lzooxVaN7p9Q=";
  vendorHash = "sha256-uOWLCyLCSGMTjRpPbOWlJJYKbZmkkOWnzr5o3zvRLU0=";

  proxyVendor = true;

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {

  offlineCache = yarn-berry_3.fetchYarnBerryDeps {
    inherit (finalAttrs) src sourceRoot;
    hash = "sha256-bQ+ph7CvPtygvCoCMjTMadYLn/ds2ZOGQL29x3hFuLg=";
    hash = "sha256-/SKQC+i8tgpYNVJIem8XDp+v7olGbRRgW25UhhLpIu8=";
  };

  nativeBuildInputs = [