lbry: 0.53.8 -> 0.53.9

This commit is contained in:
Mikael Fangel 2024-01-08 21:41:23 +01:00
parent c92e12d81e
commit 6fa94e6a50
No known key found for this signature in database
GPG key ID: 306DE4426F0B77C3

View file

@ -2,7 +2,7 @@
let
pname = "lbry-desktop";
version = "0.53.8";
version = "0.53.9";
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
hash = "sha512-WZB2pMzSuWGPj6uad+rIECOhuWEOxi0hVUQifOrhUrKj4SnBDws+oy7V2+NpDGkzbG+Kf3IO8rcWBD4wfFoo2Q==";
hash = "sha256-FkqIazE4eIEobYRBstXfPWh6MTCaNcCLk14yDGC4rRk=";
};
};