about summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorRaghav Sood <r@raghavsood.com>2023-12-07 16:54:17 +0800
committerGitHub <noreply@github.com>2023-12-07 16:54:17 +0800
commitdfd2b446d16da8b99ccfcbbaebed25057d6b5436 (patch)
tree8a35a90ccd5a5a8bb6d3dcf60bfc9cc3806a4870 /pkgs/applications/blockchains
parentd030c6ebf04aabf73f4cf6a3f71d71f5f0a65655 (diff)
parentc54255349152e18e113d22f49efe8626312a7971 (diff)
Merge pull request #268846 from r-ryantm/auto-update/exodus
exodus: 23.10.24 -> 23.11.6
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 2abfe5f16d549..e44cefb02fd43 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.10.24";
+  version = "23.11.6";
 
   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-g28jSQaqjnM34sCpyYLSipUoU3pqAcXQIyWhlrR4xz4=";
+    sha256 = "sha256-s7LPOUDDQIgASMr3EmEUgtwWHl6mdDez4H3L+Mj3LQA=";
   };
 
   nativeBuildInputs = [ unzip ];