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

authored by Tomo and committed by Tomo 4591fc2d 203e1cb4

+6 -2
+6 -2
pkgs/tools/graphics/sanjuuni/default.nix
··· 4 4 , pkg-config 5 5 , ffmpeg 6 6 , poco 7 + , ocl-icd 8 + , opencl-clhpp 7 9 }: 8 10 9 11 stdenv.mkDerivation rec { 10 12 pname = "sanjuuni"; 11 - version = "0.3"; 13 + version = "0.4"; 12 14 13 15 src = fetchFromGitHub { 14 16 owner = "MCJack123"; 15 17 repo = "sanjuuni"; 16 18 rev = version; 17 - sha256 = "sha256-8IbdLXWUtT2VN6Eu1b8x4DnyI8JOd/12t0XDa6o3N+A="; 19 + sha256 = "sha256-wgtyrik4Z5AXd8MHkiMuxMpGh/xcEtNqivyhvL68aac="; 18 20 }; 19 21 20 22 nativeBuildInputs = [ ··· 24 26 buildInputs = [ 25 27 ffmpeg 26 28 poco 29 + ocl-icd 30 + opencl-clhpp 27 31 ]; 28 32 29 33 installPhase = ''