about summary refs log tree commit diff
path: root/pkgs/tools/misc/etcher
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-29 12:00:56 +0000
committerBobby Rong <rjl931189261@126.com>2021-10-29 21:14:51 +0800
commit0214723ab30f86fad05ad456bf3d7f2779fcfa49 (patch)
tree84d8a5addb45cc1d93f5da7578e1796de0453c00 /pkgs/tools/misc/etcher
parent842a0d94cbb0a385854e15d4f6fde57714981abd (diff)
etcher: 1.5.122 -> 1.6.0
Diffstat (limited to 'pkgs/tools/misc/etcher')
-rw-r--r--pkgs/tools/misc/etcher/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/etcher/default.nix b/pkgs/tools/misc/etcher/default.nix
index 1e5fefaf64513..7694303af25a2 100644
--- a/pkgs/tools/misc/etcher/default.nix
+++ b/pkgs/tools/misc/etcher/default.nix
@@ -10,8 +10,8 @@
 
 let
   sha256 = {
-    "x86_64-linux" = "sha256-Tasynkzyy8UIalQn6qhIuPWDflf4pL76D2czgEijrPw=";
-    "i686-linux" = "0z6y45sz086njpywg7f0jn6n02qynb1qbi889g2kcgwbfjvmcpm1";
+    "x86_64-linux" = "sha256-n8i4ZqjugeUfXpTzVgIwVomfPk6HvPEbTZLe/jFgwFg=";
+    "i686-linux" = "sha256-lLGfhW6el2ZOcaykH1kTjGldXo7/0q5O8QnslnDlWAQ=";
   }."${stdenv.system}";
 
   arch = {
@@ -25,7 +25,7 @@ in
 
 stdenv.mkDerivation rec {
   pname = "etcher";
-  version = "1.5.122";
+  version = "1.6.0";
 
   src = fetchurl {
     url = "https://github.com/balena-io/etcher/releases/download/v${version}/balena-etcher-electron_${version}_${arch}.deb";