Update to version 0.4.18.1.
This commit is contained in:
parent
980cefadd3
commit
dc6bccdea6
1 changed files with 4 additions and 4 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue