Skip to content

Commit

Permalink
fflogs: 8.13.5 -> 8.14.0 (#344409)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Oct 1, 2024
2 parents 9133b9f + c914c30 commit 27e30d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ff/fflogs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

let
pname = "fflogs";
version = "8.13.5";
version = "8.14.0";
src = fetchurl {
url = "https://github.com/RPGLogs/Uploaders-fflogs/releases/download/v${version}/fflogs-v${version}.AppImage";
hash = "sha256-xEOTEU7biTw/bgmGs99Nobo8tYHnIkLghddX4BDY/o8=";
hash = "sha256-hHgPtr25X2vZY+MKQn9FgkMLrF5vgklMQHzx4ksGrDk=";
};
extracted = appimageTools.extractType2 { inherit pname version src; };
in
Expand Down

0 comments on commit 27e30d1

Please sign in to comment.