Merge pull request #137910 from shazow/mycrypto-bump

mycrypto: 1.7.16 -> 1.7.17
This commit is contained in:
Bobby Rong 2021-09-17 12:45:43 +08:00 committed by GitHub
commit 644e1ca5c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
let
pname = "MyCrypto";
version = "1.7.16";
hash = "sha256-fvV/dT9tj8/d/kjM0dVj3IC/O7Y/yG8fscDCzUBwHKI=";
version = "1.7.17";
sha256 = "20eb48989b5ae5e60e438eff6830ac79a0d89ac26dff058097260e747e866444"; # Taken from release's checksums.txt.gpg
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/mycryptohq/mycrypto/releases/download/${version}/linux-x86-64_${version}_MyCrypto.AppImage";
inherit hash;
inherit sha256;
};
appimageContents = appimageTools.extractType2 {