about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-24 12:13:14 -0500
committerGitHub <noreply@github.com>2021-01-24 12:13:14 -0500
commite3841ef0c75df854e4570f877e210a6410bb3be6 (patch)
treef55c97286792ae329c33b3a19e078c03aa604ee2 /pkgs/applications
parent829d84d05720514bf7ba603430ea1eb2fbfe6a13 (diff)
parent2c3a8d9ec568806aaf3c72a28abef2735d3d1e98 (diff)
downloadnixlib-e3841ef0c75df854e4570f877e210a6410bb3be6.tar
nixlib-e3841ef0c75df854e4570f877e210a6410bb3be6.tar.gz
nixlib-e3841ef0c75df854e4570f877e210a6410bb3be6.tar.bz2
nixlib-e3841ef0c75df854e4570f877e210a6410bb3be6.tar.lz
nixlib-e3841ef0c75df854e4570f877e210a6410bb3be6.tar.xz
nixlib-e3841ef0c75df854e4570f877e210a6410bb3be6.tar.zst
nixlib-e3841ef0c75df854e4570f877e210a6410bb3be6.zip
Merge pull request #110415 from r-ryantm/auto-update/exodus
exodus: 21.1.7 -> 21.1.18
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/blockchains/exodus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/exodus/default.nix b/pkgs/applications/blockchains/exodus/default.nix
index 37ad808de8a6..72af1af9536d 100644
--- a/pkgs/applications/blockchains/exodus/default.nix
+++ b/pkgs/applications/blockchains/exodus/default.nix
@@ -4,11 +4,11 @@ cups, vivaldi-ffmpeg-codecs, libpulseaudio, at-spi2-core, libxkbcommon, mesa }:
 
 stdenv.mkDerivation rec {
   pname = "exodus";
-  version = "21.1.7";
+  version = "21.1.18";
 
   src = fetchurl {
     url = "https://downloads.exodus.io/releases/${pname}-linux-x64-${version}.zip";
-    sha256 = "sha256-im0z3g225EhboJFoHBweHefn2QAKvYGSAP7e4Mz6Jm8=";
+    sha256 = "sha256-cc0m1gOwIY4M0ljSSdj8WaQfU/ikGI1Zlf8gGDdht4Q=";
   };
 
   sourceRoot = ".";