lbry: 0.52.3 -> 0.52.4
This commit is contained in:
parent
2b21cf5406
commit
7e79b91afd
1 changed files with 2 additions and 2 deletions
|
@ -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==";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue