Skip to content

Commit ce557ce

Browse files
fflogs: 8.17.13 -> 8.17.18 (#412461)
Co-authored-by: keysmashes <[email protected]>
2 parents 22c310d + c672a8c commit ce557ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ff/fflogs/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
let
88
pname = "fflogs";
9-
version = "8.17.13";
9+
version = "8.17.18";
1010
src = fetchurl {
1111
url = "https://github.com/RPGLogs/Uploaders-fflogs/releases/download/v${version}/fflogs-v${version}.AppImage";
12-
hash = "sha256-mCHycRks9HXWhHOA/LbhjPCRjEuyGklgBuvY7e+KXnc=";
12+
hash = "sha256-FP6vGezki4BViwLuKisxnCDaOUwFVQB2hag92lrwRyk=";
1313
};
1414
extracted = appimageTools.extractType2 { inherit pname version src; };
1515
in

0 commit comments

Comments
 (0)