Skip to content

Commit a09fc83

Browse files
authored
bruno: 2.9.1 -> 2.10.0 (#438151)
2 parents d0e1972 + baed36c commit a09fc83

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919

2020
buildNpmPackage rec {
2121
pname = "bruno";
22-
version = "2.9.1";
22+
version = "2.10.0";
2323

2424
src = fetchFromGitHub {
2525
owner = "usebruno";
2626
repo = "bruno";
2727
tag = "v${version}";
28-
hash = "sha256-xJJHgpckyli7cXM761THtdNVHfmeVBCVCqywoISiI60=";
28+
hash = "sha256-NHl9+Z8r1dALs/epNO+bYLuETPH8MiFBI5x2kdg2gKQ=";
2929

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

35-
npmDepsHash = "sha256-R8bqm2/TU425h7pRQQYrOmteu/UotMfHMz/pe2xkTfU=";
35+
npmDepsHash = "sha256-VMcSsaUmUJ4WcuBPoYxfmVpfvQQXY57LFpPiYdfFp2M=";
3636
npmFlags = [ "--legacy-peer-deps" ];
3737

3838
nativeBuildInputs = [
@@ -189,6 +189,7 @@ buildNpmPackage rec {
189189
mattpolzin
190190
redyf
191191
water-sucks
192+
starsep
192193
];
193194
platforms = lib.platforms.linux ++ lib.platforms.darwin;
194195
};

0 commit comments

Comments
 (0)