From dc6bccdea6db0b79a5273890d9b81c15736a21ab Mon Sep 17 00:00:00 2001 From: Andrey Golovizin Date: Thu, 17 Nov 2022 21:32:25 +0100 Subject: [PATCH] Update to version 0.4.18.1. --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = [