fflogs: 8.19.70 -> 8.20.17 (#489294)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-14 16:10:24 +00:00
committed by GitHub
+2 -2
View File
@@ -6,10 +6,10 @@
let
pname = "fflogs";
version = "8.19.70";
version = "8.20.17";
src = fetchurl {
url = "https://github.com/RPGLogs/Uploaders-fflogs/releases/download/v${version}/fflogs-v${version}.AppImage";
hash = "sha256-uDcQUAXDytrO3XFArJkuI0oV5/Z2dUJyY8OLx1WtraU=";
hash = "sha256-2gul6DwuhB9iy3BR8u+rIIWz2G+nX1IA7c6cqq1QYlg=";
};
extracted = appimageTools.extractType2 { inherit pname version src; };
in