fflogs: 8.20.17 -> 8.20.36 (#491963)

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