diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2023-06-03 15:59:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-03 15:59:46 -0500 |
| commit | 485ba535ed5effed7dbdc69c2b63b84498c9804f (patch) | |
| tree | af67f01b10650f606f4f73b1964c7960239bde4f | |
| parent | Merge pull request #235777 from fabaff/aiopvpc-bump (diff) | |
| parent | exodus: 23.5.8 -> 23.5.22 (diff) | |
| download | nixpkgs-485ba535ed5effed7dbdc69c2b63b84498c9804f.tar.gz | |
Merge pull request #235771 from r-ryantm/auto-update/exodus
exodus: 23.5.8 -> 23.5.22
| -rw-r--r-- | pkgs/applications/blockchains/exodus/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/exodus/default.nix b/pkgs/applications/blockchains/exodus/default.nix index 22981064a1cb..c85008cbcffc 100644 --- a/pkgs/applications/blockchains/exodus/default.nix +++ b/pkgs/applications/blockchains/exodus/default.nix @@ -4,11 +4,11 @@ cups, vivaldi-ffmpeg-codecs, libpulseaudio, at-spi2-core, libxkbcommon, mesa }: stdenv.mkDerivation rec { pname = "exodus"; - version = "23.5.8"; + version = "23.5.22"; src = fetchzip { url = "https://downloads.exodus.com/releases/${pname}-linux-x64-${version}.zip"; - sha256 = "sha256-3mABHkxEMS985NqQBZ7HijtTiun1iSXFJmi0qOh3m7g="; + sha256 = "sha256-CZuT0nlKyF7LRGqNezm98MHcQa2Uhd8y+NiKE5mi0jk="; }; installPhase = '' |
