We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 808d99a + d75556d commit afc31fcCopy full SHA for afc31fc
pkgs/by-name/br/bruno/package.nix
@@ -17,20 +17,20 @@
17
18
buildNpmPackage rec {
19
pname = "bruno";
20
- version = "1.37.0";
+ version = "1.38.1";
21
22
src = fetchFromGitHub {
23
owner = "usebruno";
24
repo = "bruno";
25
tag = "v${version}";
26
- hash = "sha256-+CLop9fU0fk5n5jNkLbTXZfXyfOXyigukRhTHnML4t0=";
+ hash = "sha256-VZRVmOJkNjZLpIG5oBIbDVJl8EZhOtBMywwJKdfD9Hc=";
27
28
postFetch = ''
29
${lib.getExe npm-lockfile-fix} $out/package-lock.json
30
'';
31
};
32
33
- npmDepsHash = "sha256-K7M4eZQpI79TUI2rf0UP2hEipqaOVjhjMRjIVlcy7c8=";
+ npmDepsHash = "sha256-qgg/dpkBAbOgBeGC0BiKQTyLsOOKwfsJD3fhs/cXYHo=";
34
npmFlags = [ "--legacy-peer-deps" ];
35
36
nativeBuildInputs =
0 commit comments