Unverified Commit b9491974 authored by Emily's avatar Emily Committed by GitHub
Browse files

openbao: 2.4.3 -> 2.4.4 (#464788)

parents 80466942 b7dc0ca6
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.3";
  version = "2.4.4";

  src = fetchFromGitHub {
    owner = "openbao";
    repo = "openbao";
    tag = "v${finalAttrs.version}";
    hash = "sha256-gutZATBAaMXOZM/fDwU+T1fajFI/OIuKX/Na217r5y4=";
    hash = "sha256-V3lYm+FWqy0x7dTIE/Ii6W29BlspwBLlFFVIyohZzE8=";
  };

  vendorHash = "sha256-YxpWdwaPCk5mX8ZYJVNIG9end6/HkhXeGvgEq14cErY=";
  vendorHash = "sha256-JlUvnY5UlIuSxjtejjIcQTwFdQcMJrRWH5qNKIio2Jo=";

  proxyVendor = true;