about summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-17 16:08:55 +0100
committerGitHub <noreply@github.com>2024-03-17 16:08:55 +0100
commit7fecaa58ea4e6a0fb09157e3a7b092e7340d93cf (patch)
tree623c15851e1ef099767cf1c060616d6a985077f2 /pkgs/applications/blockchains
parent01ab475fb0e4852348f0fbaf8e48f1d658942b53 (diff)
parentb0b63f4ede7d85c685fe72df36cfd91eb0c3de63 (diff)
downloadnixlib-7fecaa58ea4e6a0fb09157e3a7b092e7340d93cf.tar
nixlib-7fecaa58ea4e6a0fb09157e3a7b092e7340d93cf.tar.gz
nixlib-7fecaa58ea4e6a0fb09157e3a7b092e7340d93cf.tar.bz2
nixlib-7fecaa58ea4e6a0fb09157e3a7b092e7340d93cf.tar.lz
nixlib-7fecaa58ea4e6a0fb09157e3a7b092e7340d93cf.tar.xz
nixlib-7fecaa58ea4e6a0fb09157e3a7b092e7340d93cf.tar.zst
nixlib-7fecaa58ea4e6a0fb09157e3a7b092e7340d93cf.zip
Merge pull request #295254 from r-ryantm/auto-update/exodus
exodus: 24.2.12 -> 24.11.5
Diffstat (limited to 'pkgs/applications/blockchains')
-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 323bca0844cc..60189088b201 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.2.12";
+  version = "24.11.5";
 
   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-oT0CgmfNXq9Kdoo+l+GHW2NVcT12MxJxq9BlIP7lMDE=";
+    sha256 = "sha256-sh6Ym+Dm5UIEiESIu1cuY8XSsnJcENCzW7b4S562ax8=";
   };
 
   nativeBuildInputs = [ unzip ];