Merge pull request #304148 from r-ryantm/auto-update/balena-cli

balena-cli: 18.1.8 -> 18.1.9

authored by Doron Behar and committed by GitHub 6340ba2c f3662857

+3 -3
+3 -3
pkgs/tools/admin/balena-cli/default.nix
··· 18 }; 19 in buildNpmPackage' rec { 20 pname = "balena-cli"; 21 - version = "18.1.8"; 22 23 src = fetchFromGitHub { 24 owner = "balena-io"; 25 repo = "balena-cli"; 26 rev = "v${version}"; 27 - hash = "sha256-cxeYwewxn8c3yy/9T6MbWTCdNsK56684OPe6gIFWfxs="; 28 }; 29 30 - npmDepsHash = "sha256-Yul97/UlgpV5Rk2ax9rRRNLeLgwdxftuU9IKvy5lSIk="; 31 32 postPatch = '' 33 ln -s npm-shrinkwrap.json package-lock.json
··· 18 }; 19 in buildNpmPackage' rec { 20 pname = "balena-cli"; 21 + version = "18.1.9"; 22 23 src = fetchFromGitHub { 24 owner = "balena-io"; 25 repo = "balena-cli"; 26 rev = "v${version}"; 27 + hash = "sha256-yf4QkuFt5Fpegyru05S79Q3hFaLc45unxrk+SJzwWg0="; 28 }; 29 30 + npmDepsHash = "sha256-lTaKW5Tsw9df0bd/chr8nSL2PROp1sSs+fuMr3Cz+a4="; 31 32 postPatch = '' 33 ln -s npm-shrinkwrap.json package-lock.json