Skip to content

Commit

Permalink
Merge pull request #264281 from r-ryantm/auto-update/exodus
Browse files Browse the repository at this point in the history
exodus: 23.9.25 -> 23.10.24
  • Loading branch information
natsukium committed Nov 5, 2023
2 parents 292d25e + 89f912e commit dd62c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/exodus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit dd62c08

Please sign in to comment.