Skip to content

Commit

Permalink
Merge pull request #296291 from r-ryantm/auto-update/bruno
Browse files Browse the repository at this point in the history
bruno: 1.10.0 -> 1.11.0
  • Loading branch information
Lassulus authored Mar 16, 2024
2 parents 14dc65b + c13d940 commit 00fabff
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 @@ -27,20 +27,20 @@ let
in
buildNpmPackage' rec {
pname = "bruno";
version = "1.10.0";
version = "1.11.0";

src = fetchFromGitHub {
owner = "usebruno";
repo = "bruno";
rev = "v${version}";
hash = "sha256-wxQaKewKIfN93Wvb7WmOSuflTgfk1XKvHAA1UIVyMqk=";
hash = "sha256-Urskhzs00OEucoR17NDXNtnrcXk9h75E806Re0HvYyw=";

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

npmDepsHash = "sha256-IXFFOegzJbDcQejqQsAg11jDnhSKi27Olm8m3qr7bqw=";
npmDepsHash = "sha256-48xzx7dTalceXzjFBHIkkUS83pqP/OQ0L2tnMESpHII=";
npmFlags = [ "--legacy-peer-deps" ];

nativeBuildInputs = [
Expand Down

0 comments on commit 00fabff

Please sign in to comment.