about summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-05 13:21:44 +0900
committerGitHub <noreply@github.com>2023-11-05 13:21:44 +0900
commitdd62c08abee55d86daacb42112d985b6f3defe80 (patch)
tree54e63dfc19e43318dea99456accd5a843ad544ef /pkgs/applications/blockchains
parent292d25e8a57b539316070d664288e4a19848d32d (diff)
parent89f912e2e2a76eace1395835ce861ad75595615d (diff)
Merge pull request #264281 from r-ryantm/auto-update/exodus
exodus: 23.9.25 -> 23.10.24
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 9311ba4c544c5..2abfe5f16d549 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 = "23.9.25";
+  version = "23.10.24";
 
   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 = "a3e314de257e1ec01baa1023886f327ade4b233d833f7fe79f6c3e0f26d07ced";
+    sha256 = "sha256-g28jSQaqjnM34sCpyYLSipUoU3pqAcXQIyWhlrR4xz4=";
   };
 
   nativeBuildInputs = [ unzip ];