openbao: 2.3.2 -> 2.4.0, add emilylange as maintainer (#438405)

authored by Emily and committed by GitHub ecfe2acd 3cecdee8

+8 -17
+7 -16
pkgs/by-name/op/openbao/package.nix
··· 1 1 { 2 2 lib, 3 3 fetchFromGitHub, 4 - fetchpatch2, 5 4 buildGoModule, 6 5 installShellFiles, 7 6 versionCheckHook, ··· 15 14 16 15 buildGoModule (finalAttrs: { 17 16 pname = "openbao"; 18 - version = "2.3.2"; 17 + version = "2.4.0"; 19 18 20 19 src = fetchFromGitHub { 21 20 owner = "openbao"; 22 21 repo = "openbao"; 23 22 tag = "v${finalAttrs.version}"; 24 - hash = "sha256-r3ZopogeRqsgaM/HEKlS6B0ipaDG/5mKUyzGET3P1e0="; 23 + hash = "sha256-VJCKZYBuw6fenTqRDxvLVNMXlPuDEq43WB7TI2RNWvc="; 25 24 }; 26 25 27 - vendorHash = "sha256-D4uZmQKe4VuSpuW8JD5NOOq7Nvx8HRXzyvgzkBhsKLQ="; 26 + vendorHash = "sha256-4SWpWGWoesUCgSpgOpblkxOpPbBC/grC2S1m7R9qasY="; 28 27 29 28 proxyVendor = true; 30 - 31 - patches = [ 32 - (fetchpatch2 { 33 - # Temporarily revert upstream raising the min go version to 1.24.6 34 - # until that go version lands from staging in master. 35 - name = "revert-Bump-to-Go-1.24.6.patch"; 36 - url = "https://github.com/openbao/openbao/commit/85504045ecf2d343b74be2c1cda6c2c0b0d6acff.patch?full_index=1"; 37 - revert = true; 38 - hash = "sha256-tXSnnqrNxgnJ2ya4HjLSh4e+6hdyPgKRsFsmkMNfNRU="; 39 - }) 40 - ]; 41 29 42 30 subPackages = [ "." ]; 43 31 ··· 89 77 changelog = "https://github.com/openbao/openbao/blob/v${finalAttrs.version}/CHANGELOG.md"; 90 78 license = lib.licenses.mpl20; 91 79 mainProgram = "bao"; 92 - maintainers = with lib.maintainers; [ brianmay ]; 80 + maintainers = with lib.maintainers; [ 81 + brianmay 82 + emilylange 83 + ]; 93 84 }; 94 85 })
+1 -1
pkgs/by-name/op/openbao/ui.nix
··· 12 12 13 13 offlineCache = yarn-berry_3.fetchYarnBerryDeps { 14 14 inherit (finalAttrs) src sourceRoot; 15 - hash = "sha256-/SKQC+i8tgpYNVJIem8XDp+v7olGbRRgW25UhhLpIu8="; 15 + hash = "sha256-ZG/br4r2YzPPgsysx7MBy1WtUBkar1U84nkKecZ5bvU="; 16 16 }; 17 17 18 18 nativeBuildInputs = [