fflogs: 8.17.101 -> 8.17.115 (#467593)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-03 21:25:28 +00:00
committed by GitHub
+2 -2
View File
@@ -6,10 +6,10 @@
let
pname = "fflogs";
version = "8.17.101";
version = "8.17.115";
src = fetchurl {
url = "https://github.com/RPGLogs/Uploaders-fflogs/releases/download/v${version}/fflogs-v${version}.AppImage";
hash = "sha256-yCnFN46/vHrQA8KkaoWQUBCOZ1+6Oa4UkdUhCghGByo=";
hash = "sha256-i16jMTbthl+XvL/I6tOqBKBdKyb6wOLYIQeWveR4Oyg=";
};
extracted = appimageTools.extractType2 { inherit pname version src; };
in