Commit 1e049fb1 authored by R. RyanTM's avatar R. RyanTM
Browse files

fflogs: 8.5.25 -> 8.6.0

parent bd24e293
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@

let
  pname = "fflogs";
  version = "8.5.25";
  version = "8.6.0";
  src = fetchurl {
    url = "https://github.com/RPGLogs/Uploaders-fflogs/releases/download/v${version}/fflogs-v${version}.AppImage";
    hash = "sha256-GrN19ONZ4a400d3BM7bdpR/+v0F4Q13+zcGqvDBcEPU=";
    hash = "sha256-fJOZHvnGOB+b67w2F8kJ+1hogc0DTmtujvNw3W8WWSU=";
  };
  extracted = appimageTools.extractType2 { inherit pname version src; };
in