Unverified Commit 97aecd15 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

fflogs: 8.20.17 -> 8.20.36 (#491963)

parents 987919bf 0f0101f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@

let
  pname = "fflogs";
  version = "8.20.17";
  version = "8.20.36";
  src = fetchurl {
    url = "https://github.com/RPGLogs/Uploaders-fflogs/releases/download/v${version}/fflogs-v${version}.AppImage";
    hash = "sha256-2gul6DwuhB9iy3BR8u+rIIWz2G+nX1IA7c6cqq1QYlg=";
    hash = "sha256-NwbRz6nqK4AxCEzZKHaAuw33CCjfF6C7oGsH2thNb+o=";
  };
  extracted = appimageTools.extractType2 { inherit pname version src; };
in