File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1919
2020buildNpmPackage 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 } ;
You can’t perform that action at this time.
0 commit comments