ledger-live-desktop: 2.77.1 -> 2.77.2

This commit is contained in:
R. Ryantm 2024-02-26 18:46:47 +00:00
parent 5e3b611a30
commit 1613aab615

View file

@ -2,11 +2,11 @@
let
pname = "ledger-live-desktop";
version = "2.77.1";
version = "2.77.2";
src = fetchurl {
url = "https://download.live.ledger.com/${pname}-${version}-linux-x86_64.AppImage";
hash = "sha256-oXSgh2Vuq8SPdLagKz2gAwgg+GFhBRhd/8FnY7hxxJc=";
hash = "sha256-orIyfRs6TJgqGGLpl2tvoUtejsB0ni8xRK0SboP2LHw=";
};
appimageContents = appimageTools.extractType2 {