lbry: 0.52.3 -> 0.52.4

This commit is contained in:
Marek Paśnikowski 2022-02-16 10:25:57 +01:00 committed by GitHub
parent 2b21cf5406
commit 7e79b91afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
let
pname = "lbry-desktop";
version = "0.52.3";
version = "0.52.4";
in appimageTools.wrapAppImage rec {
name = "${pname}-${version}";
@ -12,7 +12,7 @@ in appimageTools.wrapAppImage rec {
src = fetchurl {
url = "https://github.com/lbryio/lbry-desktop/releases/download/v${version}/LBRY_${version}.AppImage";
# Gotten from latest-linux.yml
sha512 = "BkTn4QVOspfOn4EzLEZzoTNY/Nh79didcaMMtz4PS1ZzvGy+Plt5Ml0W07utA/96xaYqz8iNfld817bHlqFKEg==";
sha512 = "TWRFCVktSKs5PORtm8FvM6qNWuiL/1HN98ilr1busVUGvain0QXGZwB/Dzvsox1c+X9VofUdapzozSOT6r58qw==";
};
};