mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
mobilecoin-wallet: 1.4.1 -> 1.5.0
This commit is contained in:
parent
3c95a192ed
commit
ba1152768a
@ -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; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user