Unverified Commit f26ed1e1 authored by j-k's avatar j-k Committed by GitHub
Browse files

openbao: 2.4.4 -> 2.5.0 (#487003)

parents e66d9bbe 2ce7014b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@

buildGoModule (finalAttrs: {
  pname = "openbao";
  version = "2.4.4";
  version = "2.5.0";

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

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

  proxyVendor = true;

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

  offlineCache = yarn.fetchYarnBerryDeps {
    inherit (finalAttrs) src sourceRoot;
    hash = "sha256-ZG/br4r2YzPPgsysx7MBy1WtUBkar1U84nkKecZ5bvU=";
    hash = "sha256-XK3ZVnzOTbFzrpPgaz1cx7okTycLhrvBHk9P2Nwv1cg=";
  };

  nativeBuildInputs = [