fflogs: 8.3.42 -> 8.4.0

This commit is contained in:
R. Ryantm 2024-05-04 01:02:06 +00:00
parent 2eed3a996b
commit 94b8b02dbd
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
let
pname = "fflogs";
version = "8.3.42";
version = "8.4.0";
src = fetchurl {
url = "https://github.com/RPGLogs/Uploaders-fflogs/releases/download/v${version}/fflogs-v${version}.AppImage";
hash = "sha256-Bc4C1cOOHdWkw2mHn3Q/2fcKuyCFDvOq1jLee2WPsyI=";
hash = "sha256-dj6WUatWJBQZwNc8uHJYTRTpbhAmJowJmfUzbB2qbnw=";
};
extracted = appimageTools.extractType2 { inherit pname version src; };
in