Upgrade feishin version

This commit is contained in:
GHOSCHT 2024-03-22 13:47:41 +01:00
parent f5ce1e764b
commit 9a21734c30
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -4,10 +4,10 @@
fetchurl,
}: let
pname = "feishin";
version = "0.5.3";
version = "0.6.1";
src = fetchurl {
url = "https://github.com/jeffvli/feishin/releases/download/v${version}/Feishin-${version}-linux-x86_64.AppImage";
hash = "sha256-1JlsEBLVBaaae9NDGsGI5CyE+XcBunSt0CWQFpkL87w=";
hash = "sha256-1MNSO9CSxoAHJ3F+oPWpz8/JW2nDcyPsLe/RFaQfwwE=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};