Skip to content

Commit 168b425

Browse files
fflogs: 8.16.2 -> 8.16.11 (#389057)
Co-authored-by: sersorrel <[email protected]>
2 parents 8fed26c + 1e90d48 commit 168b425

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.16.2";
9+
version = "8.16.11";
1010
src = fetchurl {
1111
url = "https://github.com/RPGLogs/Uploaders-fflogs/releases/download/v${version}/fflogs-v${version}.AppImage";
12-
hash = "sha256-DR1RsjW8sQ4P1VRrDDnSQPPVCHv4C/QnqoK1D4iQW/s=";
12+
hash = "sha256-a+d9rLGJZCjrNH+Q7Vi2W26kh5xZJWMRGqB4Heg7qZE=";
1313
};
1414
extracted = appimageTools.extractType2 { inherit pname version src; };
1515
in

0 commit comments

Comments
 (0)