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-05-12 13:24:02 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-17 13:25:20 -0700
commit78c183ce6ddf485b39c71c3b0198ca737e75cbe0 (patch)
tree6e494af563eed8c6def09bb9bac362de2dcd0efe /pkgs/tools/misc/etcher
parent2c4bd55048212cfef4d6b4e1fb7a4069aea6055e (diff)
etcher: 1.5.117 -> 1.5.120
Diffstat (limited to 'pkgs/tools/misc/etcher')
-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 a94dbae9a25a6..9bda86db9bf29 100644
--- a/pkgs/tools/misc/etcher/default.nix
+++ b/pkgs/tools/misc/etcher/default.nix
@@ -10,7 +10,7 @@
 
 let
   sha256 = {
-    "x86_64-linux" = "03nxcafg405vcs4sb5qhpm5aqaai87d9ksqkl37mmzf6g0n4qbih";
+    "x86_64-linux" = "sha256-nGIUOS4LzfeXamcT0uigbQsVkULH2R3bli0DDEpg3ns=";
     "i686-linux" = "0z6y45sz086njpywg7f0jn6n02qynb1qbi889g2kcgwbfjvmcpm1";
   }."${stdenv.system}";
 
@@ -25,7 +25,7 @@ in
 
 stdenv.mkDerivation rec {
   pname = "etcher";
-  version = "1.5.117";
+  version = "1.5.120";
 
   src = fetchurl {
     url = "https://github.com/balena-io/etcher/releases/download/v${version}/balena-etcher-electron_${version}_${arch}.deb";