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