Merge pull request #161757 from WolfangAukang/mobilecoin-wallet-1.5.0

mobilecoin-wallet: 1.4.1 -> 1.5.0
This commit is contained in:
Bobby Rong 2022-02-26 20:42:34 +08:00 committed by GitHub
commit 98eb1722f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
let
pname = "mobilecoin-wallet";
version = "1.4.1";
version = "1.5.0";
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/mobilecoinofficial/desktop-wallet/releases/download/v${version}/MobileCoin-Wallet-${version}.AppImage";
sha256 = "sha256-x5frHgkEz77pqSB6YANRtZmCzaK/RxRzMElLu49lxPk=";
sha256 = "sha256-zSTtnKvgcDSiicEDuVK2LN2d8WHiGReYI3XLBmm3Fbo=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };