Merge pull request #218516 from tomodachi94/update/sanjuuni/0.4

sanjuuni: 0.3 -> 0.4
This commit is contained in:
Sandro 2023-05-20 19:20:04 +02:00 committed by GitHub
commit 6a8f91d0d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,17 +4,19 @@
, pkg-config , pkg-config
, ffmpeg , ffmpeg
, poco , poco
, ocl-icd
, opencl-clhpp
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sanjuuni"; pname = "sanjuuni";
version = "0.3"; version = "0.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MCJack123"; owner = "MCJack123";
repo = "sanjuuni"; repo = "sanjuuni";
rev = version; rev = version;
sha256 = "sha256-8IbdLXWUtT2VN6Eu1b8x4DnyI8JOd/12t0XDa6o3N+A="; sha256 = "sha256-wgtyrik4Z5AXd8MHkiMuxMpGh/xcEtNqivyhvL68aac=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -24,6 +26,8 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
ffmpeg ffmpeg
poco poco
ocl-icd
opencl-clhpp
]; ];
installPhase = '' installPhase = ''