Skip to content

Commit

Permalink
fflogs: 8.14.21 -> 8.14.49 (#362776)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 7, 2024
2 parents f6fc80a + c410701 commit 1d7a088
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.14.21";
version = "8.14.49";
src = fetchurl {
url = "https://github.com/RPGLogs/Uploaders-fflogs/releases/download/v${version}/fflogs-v${version}.AppImage";
hash = "sha256-sBC2qvtSje2uXzSZAYXBFmycKxf0B6/JZhOvWNyMp20=";
hash = "sha256-pgI6xiTz1Gm5OMUnJsXD/B2eBm3MkPKIYQ6DgyVdwYo=";
};
extracted = appimageTools.extractType2 { inherit pname version src; };
in
Expand Down

0 comments on commit 1d7a088

Please sign in to comment.