summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2021-09-08 04:26:40 +0300
committerGitHub <noreply@github.com>2021-09-08 04:26:40 +0300
commit8882ec6ff968a2f10d9d9ec2ab695791859e0852 (patch)
treec2f4ef811a5e021e18e385acad99ea195f9a3756
parent7caefdd073266f4fb20c948f9fdf9c04f8d7aafb (diff)
parent61d6e35a39c6bba7311de26c771f76db49b8915e (diff)
Merge pull request #136856 from r-ryantm/auto-update/etcher
etcher: 1.5.121 -> 1.5.122
-rw-r--r--pkgs/tools/misc/etcher/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/etcher/default.nix b/pkgs/tools/misc/etcher/default.nix
index 6834179cfe9a..1e5fefaf6451 100644
--- a/pkgs/tools/misc/etcher/default.nix
+++ b/pkgs/tools/misc/etcher/default.nix
@@ -10,7 +10,7 @@
let
sha256 = {
- "x86_64-linux" = "sha256-FRZTUOlOK1bIbrHdR9yQv45zMhby3tWbMPpaPPq3L9s=";
+ "x86_64-linux" = "sha256-Tasynkzyy8UIalQn6qhIuPWDflf4pL76D2czgEijrPw=";
"i686-linux" = "0z6y45sz086njpywg7f0jn6n02qynb1qbi889g2kcgwbfjvmcpm1";
}."${stdenv.system}";
@@ -25,7 +25,7 @@ in
stdenv.mkDerivation rec {
pname = "etcher";
- version = "1.5.121";
+ version = "1.5.122";
src = fetchurl {
url = "https://github.com/balena-io/etcher/releases/download/v${version}/balena-etcher-electron_${version}_${arch}.deb";