Update to version 0.4.19
This commit is contained in:
parent
32aa06eefd
commit
45df5d1494
1 changed files with 5 additions and 4 deletions
|
|
@ -9,16 +9,17 @@
|
||||||
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.1";
|
version = "0.4.19";
|
||||||
date = "20221101";
|
date = "20230415";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/TeamRizu/OutFox/releases/download/${version}/OutFox-${version}.LTS-Linux-amd64-date-${date}.tar.gz";
|
url = "https://github.com/TeamRizu/OutFox/releases/download/OF4.19.0/OutFox-${version}-LTS-Linux-amd64-.20.04+.-modern-date-${date}.tar.gz";
|
||||||
sha256 = "sha256-PkjKcIpDgx/jZBGdVbuIgGSUW44avbhIxU0k55x+DzI=";
|
sha256 = "sha256-yj/BDoAt0lQvarYfiOJhvfv3Y/Wdj98ssendUHr4ayQ=";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ autoPatchelfHook ];
|
nativeBuildInputs = [ autoPatchelfHook ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
alsa-lib
|
alsa-lib
|
||||||
bzip2
|
bzip2
|
||||||
|
ffmpeg
|
||||||
libGL
|
libGL
|
||||||
libjack2
|
libjack2
|
||||||
libpulseaudio
|
libpulseaudio
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue