File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
pkgs/servers/home-assistant/custom-lovelace-modules/zigbee2mqtt-networkmap Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1111 "vue" : " ^2.7.15"
1212 },
1313 "devDependencies" : {
14+ "@babel/core" : " ^7.26.0" ,
15+ "@babel/eslint-parser" : " ^7.25.9" ,
1416 "@material/mwc-button" : " ^0.27.0" ,
1517 "@vue/cli-plugin-eslint" : " ^5.0.8" ,
1618 "@vue/cli-service" : " ^5.0.8" ,
1719 "@vue/eslint-config-standard" : " ^8.0.1" ,
18- "@babel/core" : " ^7.0.0" ,
19- "@babel/eslint-parser" : " ^7.0.0" ,
20- "eslint" : " ^8.42.0" ,
21- "eslint-plugin-vue" : " ^9.14.1" ,
20+ "eslint" : " ^8.57.1" ,
21+ "eslint-plugin-vue" : " ^9.32.0" ,
2222 "lodash.isequal" : " ^4.5.0" ,
2323 "vue-d3-network" : " ^0.1.28"
2424 }
Original file line number Diff line number Diff line change 77
88mkYarnPackage rec {
99 pname = "zigbee2mqtt-networkmap" ;
10- version = "0.9 .0" ;
10+ version = "0.10 .0" ;
1111
1212 src = fetchFromGitHub {
1313 owner = "azuwis" ;
1414 repo = "zigbee2mqtt-networkmap" ;
1515 rev = "v${ version } " ;
16- hash = "sha256-K4DyrurC4AzzJCcB4CS9UlQbUQSWpR7PevA2JFFMRZM =" ;
16+ hash = "sha256-S4iUTjI+pFfa8hg1/lJSI1tl2nEIh+LO2WTYhWWLh/s =" ;
1717 } ;
1818
1919 packageJSON = ./package.json ;
2020
2121 offlineCache = fetchYarnDeps {
2222 yarnLock = "${ src } /yarn.lock" ;
23- hash = "sha256-h/5TWaIg8AfY6I/JBRmUF6yCCbxCMs9nRECWEaaK2to =" ;
23+ hash = "sha256-yo+K3vUJH6WwyNj/UuvbhhmhdqzJ3XUzX+cKUueutjE =" ;
2424 } ;
2525
2626 configurePhase = ''
Original file line number Diff line number Diff line change 66dirname=" $( dirname " $0 " ) "
77
88# nix-update picks the wrong file `pkgs/development/tools/yarn2nix-moretea/yarn2nix/default.nix`
9- nix-update --override-filename " $dirname /default.nix" home-assistant-custom-lovelace-modules.zigbee2mqtt-networkmap
9+ nix-update --override-filename " $dirname /package.nix" home-assistant-custom-lovelace-modules.zigbee2mqtt-networkmap
10+
11+ # update package.json
12+ source=$( nix-build -A home-assistant-custom-lovelace-modules.zigbee2mqtt-networkmap.src)
13+ cp " $source /package.json" " $dirname /package.json"
You can’t perform that action at this time.
0 commit comments