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"; };
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "outfox";
|
||||
version = "0.4.18.1";
|
||||
date = "20221101";
|
||||
version = "0.4.19";
|
||||
date = "20230415";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/TeamRizu/OutFox/releases/download/${version}/OutFox-${version}.LTS-Linux-amd64-date-${date}.tar.gz";
|
||||
sha256 = "sha256-PkjKcIpDgx/jZBGdVbuIgGSUW44avbhIxU0k55x+DzI=";
|
||||
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-yj/BDoAt0lQvarYfiOJhvfv3Y/Wdj98ssendUHr4ayQ=";
|
||||
};
|
||||
nativeBuildInputs = [ autoPatchelfHook ];
|
||||
buildInputs = [
|
||||
alsa-lib
|
||||
bzip2
|
||||
ffmpeg
|
||||
libGL
|
||||
libjack2
|
||||
libpulseaudio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue