Unverified Commit 6a8f91d0 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

sanjuuni: 0.3 -> 0.4
parents 22dda013 4591fc2d
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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 = ''