Skip to content

Commit afc31fc

Browse files
authored
bruno: 1.37.0 -> 1.38.1 (NixOS#373350)
2 parents 808d99a + d75556d commit afc31fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/br/bruno/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717

1818
buildNpmPackage rec {
1919
pname = "bruno";
20-
version = "1.37.0";
20+
version = "1.38.1";
2121

2222
src = fetchFromGitHub {
2323
owner = "usebruno";
2424
repo = "bruno";
2525
tag = "v${version}";
26-
hash = "sha256-+CLop9fU0fk5n5jNkLbTXZfXyfOXyigukRhTHnML4t0=";
26+
hash = "sha256-VZRVmOJkNjZLpIG5oBIbDVJl8EZhOtBMywwJKdfD9Hc=";
2727

2828
postFetch = ''
2929
${lib.getExe npm-lockfile-fix} $out/package-lock.json
3030
'';
3131
};
3232

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

3636
nativeBuildInputs =

0 commit comments

Comments
 (0)