fflogs: 9.0.24 -> 9.0.33 (#504077)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-01 11:59:57 +00:00
committed by GitHub
+2 -2
View File
@@ -6,10 +6,10 @@
let
pname = "fflogs";
version = "9.0.24";
version = "9.0.33";
src = fetchurl {
url = "https://github.com/RPGLogs/Uploaders-fflogs/releases/download/v${version}/fflogs-v${version}.AppImage";
hash = "sha256-9L9eNpK2MI3P+mhUDCAzfi3YDdWpHGjiUS5LjksUjqo=";
hash = "sha256-gUIETMc0JQXONBt0+Pw52y37Pw4Wh5CHo1uY6IBhvkc=";
};
extracted = appimageTools.extractType2 { inherit pname version src; };
in