about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-01-02 15:55:41 +0100
committerGitHub <noreply@github.com>2024-01-02 15:55:41 +0100
commit82b59b1382306c6b615dec2a7d330301c3327f7a (patch)
tree3703afe87830ca08181a3d7ad5e768fe1403a2d6 /pkgs/applications/video
parent2a3aa4d85bd0e26f6616e6c26de4de88acafc166 (diff)
parentdb8669d39a652508269ea4395ea768bc81785218 (diff)
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
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/obs-studio/plugins/obs-replay-source.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/obs-studio/plugins/obs-replay-source.nix b/pkgs/applications/video/obs-studio/plugins/obs-replay-source.nix
index 994a56d4c86dd..c3987ab33ff08 100644
--- a/pkgs/applications/video/obs-studio/plugins/obs-replay-source.nix
+++ b/pkgs/applications/video/obs-studio/plugins/obs-replay-source.nix
@@ -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 ];