Unverified Commit 08ae5ca2 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

obs-studio-plugins.obs-source-record: 0.3.4 -> 0.3.5 (#349796)

parents 66ec997b 21c852ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "obs-source-record";
  version = "0.3.4";
  version = "0.3.5";

  src = fetchFromGitHub {
    owner = "exeldro";
    repo = "obs-source-record";
    rev = version;
    sha256 = "sha256-VgG9Fn75aKTkth4TC9rhfj/HIOO2lIO4n3ZYmemkzx8=";
    sha256 = "sha256-RodZjab3DKiJwYuspdpCsF0ah4u5JtDDYoZPUGk36H4=";
  };

  nativeBuildInputs = [ cmake ];