mobilecoin-wallet: 1.4.1 -> 1.5.0

This commit is contained in:
P. R. d. O 2022-02-24 18:31:03 -06:00
parent 3c95a192ed
commit ba1152768a
No known key found for this signature in database
GPG key ID: 7B0FF33FF90110C7

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; };