Skip to content

Commit

Permalink
lbry: 0.52.4 -> 0.52.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Paśnikowski authored Feb 26, 2022
1 parent 3bfc9a1 commit e8c323a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/lbry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

let
pname = "lbry-desktop";
version = "0.52.4";
version = "0.52.5";
in appimageTools.wrapAppImage rec {
name = "${pname}-${version}";

Expand All @@ -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 = "TWRFCVktSKs5PORtm8FvM6qNWuiL/1HN98ilr1busVUGvain0QXGZwB/Dzvsox1c+X9VofUdapzozSOT6r58qw==";
sha512 = "i0t1Ygf3el7Brh6TA804V6n5r5UczvOPxAdhyJ7Gvvg9VqN1+QXB6hsqF4jYTW3jcKxvorVALwrFDVezBTPv5g==";
};
};

Expand Down

0 comments on commit e8c323a

Please sign in to comment.