Commit 21c852ee authored by R. RyanTM's avatar R. RyanTM
Browse files

obs-studio-plugins.obs-source-record: 0.3.4 -> 0.3.5

parent 39bcd406
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 ];