diff --git a/flake.nix b/flake.nix index 09385bb..a6c16b0 100644 --- a/flake.nix +++ b/flake.nix @@ -9,11 +9,11 @@ with import nixpkgs { system = "x86_64-linux"; }; stdenv.mkDerivation rec { pname = "outfox"; - version = "0.4.18"; - date = "20221026"; + version = "0.4.18.1"; + date = "20221101"; src = fetchurl { - url = "https://github.com/TeamRizu/OutFox/releases/download/OF${version}/OutFox-LTS-${version}-Linux-64bit-date-${date}.tar.gz"; - sha256 = "sha256-g25xp0E5kqYngrU/CDog8yseq8nOZyhnRCpfBZRaWhg="; + url = "https://github.com/TeamRizu/OutFox/releases/download/${version}/OutFox-${version}.LTS-Linux-amd64-date-${date}.tar.gz"; + sha256 = "sha256-PkjKcIpDgx/jZBGdVbuIgGSUW44avbhIxU0k55x+DzI="; }; nativeBuildInputs = [ autoPatchelfHook ]; buildInputs = [