Skip to content

Commit

Permalink
bruno: 1.28.0 -> 1.29.1 (NixOS#343203)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] committed Sep 20, 2024
2 parents 2083a7f + 7bc70fd commit 1d89edf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/br/bruno/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ let
in
buildNpmPackage' rec {
pname = "bruno";
version = "1.28.0";
version = "1.29.1";

src = fetchFromGitHub {
owner = "usebruno";
repo = "bruno";
rev = "v${version}";
hash = "sha256-SLND+eEEMFVHE5XPt2EKkJ+BjENqvUSrWkqnC6ghUBI=";
hash = "sha256-UXxMHTunsKXXt0NX5fuyzQbtp4AUzLXnFHqe8Is6Cmc=";

postFetch = ''
${lib.getExe npm-lockfile-fix} $out/package-lock.json
'';
};

npmDepsHash = "sha256-RFn7Bbx1xMm4gt++lhPflXjEfTIgmls2TkrJ8Ta2qpI=";
npmDepsHash = "sha256-p3kdYuDiPZ9SmtrFajXd76Ohd+VUqn/Y8SpAPFrTBZA=";
npmFlags = [ "--legacy-peer-deps" ];

nativeBuildInputs =
Expand Down

0 comments on commit 1d89edf

Please sign in to comment.