ledger-live-desktop: 2.45.0 -> 2.45.1

This commit is contained in:
Marek Generowicz 2022-08-13 05:11:55 +03:00 committed by GitHub
parent 2ae5f2d4bc
commit eca83bbb57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
let
pname = "ledger-live-desktop";
version = "2.45.0";
version = "2.45.1";
src = fetchurl {
url = "https://download.live.ledger.com/${pname}-${version}-linux-x86_64.AppImage";
hash = "sha256-jw4ocBtyxhPhI2GnhL9tbduY4iIQK53vUHB64qSGXKI=";
hash = "sha256-KUp7ZQZ+THjioOSe3A40Zj+5OteWxEv+dnSbTUM8qME=";
};
appimageContents = appimageTools.extractType2 {