Update to version 0.4.18.1.

This commit is contained in:
Andrey Golovizin 2022-11-17 21:32:25 +01:00
parent 980cefadd3
commit dc6bccdea6

View file

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