mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
sanjuuni: 0.3 -> 0.4
This commit bumps Sanjuuni's version. It also adds OpenCL as a new dependency. Changelog: https://github.com/MCJack123/sanjuuni/releases/tag/0.4
This commit is contained in:
parent
203e1cb499
commit
4591fc2d38
@ -4,17 +4,19 @@
|
||||
, pkg-config
|
||||
, ffmpeg
|
||||
, poco
|
||||
, ocl-icd
|
||||
, opencl-clhpp
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sanjuuni";
|
||||
version = "0.3";
|
||||
version = "0.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MCJack123";
|
||||
repo = "sanjuuni";
|
||||
rev = version;
|
||||
sha256 = "sha256-8IbdLXWUtT2VN6Eu1b8x4DnyI8JOd/12t0XDa6o3N+A=";
|
||||
sha256 = "sha256-wgtyrik4Z5AXd8MHkiMuxMpGh/xcEtNqivyhvL68aac=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -24,6 +26,8 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
ffmpeg
|
||||
poco
|
||||
ocl-icd
|
||||
opencl-clhpp
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user