Unverified Commit 82b59b13 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

Merge pull request #277670 from r-ryantm/auto-update/obs-studio-plugins.obs-replay-source

obs-studio-plugins.obs-replay-source: 1.6.12 -> 1.6.13
parents 2a3aa4d8 db8669d3
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 ];