mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-28 03:09:52 +00:00
Merge pull request #97348 from rople380/exodus-update-v20.8.28
exodus: 20.1.30 -> 20.8.28
This commit is contained in:
commit
ec770d299c
@ -4,11 +4,11 @@ cups, vivaldi-ffmpeg-codecs, libpulseaudio, at-spi2-core }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "exodus";
|
||||
version = "20.1.30";
|
||||
version = "20.8.28";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://downloads.exodus.io/releases/${pname}-linux-x64-${version}.zip";
|
||||
sha256 = "0jns5zqjm0gqn18ypghbgk6gb713mh7p44ax1r8y4vcwijlp5nql";
|
||||
sha256 = "fde9165f71f0d641f6892ddce3ec26d200e8095a383f2b4c8f924de4041d65ef";
|
||||
};
|
||||
|
||||
sourceRoot = ".";
|
||||
@ -75,6 +75,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Top-rated cryptocurrency wallet with Trezor integration and built-in Exchange";
|
||||
license = licenses.unfree;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.mmahut ];
|
||||
maintainers = with maintainers; [ mmahut rople380 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user