about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/exodus
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-26 02:13:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-26 02:13:54 +0000
commit6c4986b4ae2be26fbe46f6ad3b6168c6418689c2 (patch)
tree5436d53605c4803faa0d9af60f754e24b2e1937e /pkgs/applications/blockchains/exodus
parentdda0c576b23846cc25749d28abc0ff6263c174b1 (diff)
exodus: 24.11.5 -> 24.13.3
Diffstat (limited to 'pkgs/applications/blockchains/exodus')
-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 60189088b2019..d1e389dc61407 100644
--- a/pkgs/applications/blockchains/exodus/default.nix
+++ b/pkgs/applications/blockchains/exodus/default.nix
@@ -27,13 +27,13 @@
 
 stdenv.mkDerivation rec {
   pname = "exodus";
-  version = "24.11.5";
+  version = "24.13.3";
 
   src = fetchurl {
     name = "exodus-linux-x64-${version}.zip";
     url = "https://downloads.exodus.com/releases/${pname}-linux-x64-${version}.zip";
     curlOptsList = [ "--user-agent" "Mozilla/5.0" ];
-    sha256 = "sha256-sh6Ym+Dm5UIEiESIu1cuY8XSsnJcENCzW7b4S562ax8=";
+    sha256 = "sha256-hhPHWo+nQXgluB6qn57wndX1eslLv3lLpdxm+COGMO8=";
   };
 
   nativeBuildInputs = [ unzip ];