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
This commit is contained in:
Thomas Gerbet 2024-01-02 15:55:41 +01:00 committed by GitHub
commit 82b59b1382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];