Skip to content

Commit

Permalink
bruno: 1.37.0 -> 1.38.1 (#373350)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin authored Jan 13, 2025
2 parents 808d99a + d75556d commit afc31fc
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 @@ -17,20 +17,20 @@

buildNpmPackage rec {
pname = "bruno";
version = "1.37.0";
version = "1.38.1";

src = fetchFromGitHub {
owner = "usebruno";
repo = "bruno";
tag = "v${version}";
hash = "sha256-+CLop9fU0fk5n5jNkLbTXZfXyfOXyigukRhTHnML4t0=";
hash = "sha256-VZRVmOJkNjZLpIG5oBIbDVJl8EZhOtBMywwJKdfD9Hc=";

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

npmDepsHash = "sha256-K7M4eZQpI79TUI2rf0UP2hEipqaOVjhjMRjIVlcy7c8=";
npmDepsHash = "sha256-qgg/dpkBAbOgBeGC0BiKQTyLsOOKwfsJD3fhs/cXYHo=";
npmFlags = [ "--legacy-peer-deps" ];

nativeBuildInputs =
Expand Down

0 comments on commit afc31fc

Please sign in to comment.