We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22c310d + c672a8c commit ce557ceCopy full SHA for ce557ce
pkgs/by-name/ff/fflogs/package.nix
@@ -6,10 +6,10 @@
6
7
let
8
pname = "fflogs";
9
- version = "8.17.13";
+ version = "8.17.18";
10
src = fetchurl {
11
url = "https://github.com/RPGLogs/Uploaders-fflogs/releases/download/v${version}/fflogs-v${version}.AppImage";
12
- hash = "sha256-mCHycRks9HXWhHOA/LbhjPCRjEuyGklgBuvY7e+KXnc=";
+ hash = "sha256-FP6vGezki4BViwLuKisxnCDaOUwFVQB2hag92lrwRyk=";
13
};
14
extracted = appimageTools.extractType2 { inherit pname version src; };
15
in
0 commit comments