Merge pull request #136856 from r-ryantm/auto-update/etcher

etcher: 1.5.121 -> 1.5.122

authored by Artturi and committed by GitHub 8882ec6f 7caefdd0

+2 -2
+2 -2
pkgs/tools/misc/etcher/default.nix
··· 10 10 11 11 let 12 12 sha256 = { 13 - "x86_64-linux" = "sha256-FRZTUOlOK1bIbrHdR9yQv45zMhby3tWbMPpaPPq3L9s="; 13 + "x86_64-linux" = "sha256-Tasynkzyy8UIalQn6qhIuPWDflf4pL76D2czgEijrPw="; 14 14 "i686-linux" = "0z6y45sz086njpywg7f0jn6n02qynb1qbi889g2kcgwbfjvmcpm1"; 15 15 }."${stdenv.system}"; 16 16 ··· 25 25 26 26 stdenv.mkDerivation rec { 27 27 pname = "etcher"; 28 - version = "1.5.121"; 28 + version = "1.5.122"; 29 29 30 30 src = fetchurl { 31 31 url = "https://github.com/balena-io/etcher/releases/download/v${version}/balena-etcher-electron_${version}_${arch}.deb";