Commit db8669d3 authored by R. RyanTM's avatar R. RyanTM
Browse files

obs-studio-plugins.obs-replay-source: 1.6.12 -> 1.6.13

parent 01962add
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "obs-replay-source";
  version = "1.6.12";
  version = "1.6.13";

  src = fetchFromGitHub {
    owner = "exeldro";
    repo = "obs-replay-source";
    rev = finalAttrs.version;
    sha256 = "sha256-MzugH6r/jY5Kg7GIR8/o1BN36FenBzMnqrPUceJmbPs=";
    sha256 = "sha256-i64rpIVnUplA9AKZtR3xeByeawca7B00kGmEcKi7DWQ=";
  };

  nativeBuildInputs = [ cmake ];