about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-02-24 23:39:18 +0100
committerGitHub <noreply@github.com>2024-02-24 23:39:18 +0100
commit336eda0d07dc5e2be1f923990ad9fdb6bc8e28e3 (patch)
tree277a62f1f87f693e5e82230315ea9d814ae55561 /pkgs
parent08581608531b9dee7af520b58db09ef02d2a1b19 (diff)
parentabd34e0b2f03328d8df576743c8043d5ee2edfc9 (diff)
Merge pull request #291109 from r-ryantm/auto-update/obs-studio-plugins.obs-3d-effect
obs-studio-plugins.obs-3d-effect: 0.0.2 -> 0.1.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/obs-studio/plugins/obs-3d-effect.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/obs-studio/plugins/obs-3d-effect.nix b/pkgs/applications/video/obs-studio/plugins/obs-3d-effect.nix
index c17cd1ec502b7..d897af9a8b8cb 100644
--- a/pkgs/applications/video/obs-studio/plugins/obs-3d-effect.nix
+++ b/pkgs/applications/video/obs-studio/plugins/obs-3d-effect.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation rec {
   pname = "obs-3d-effect";
-  version = "0.0.2";
+  version = "0.1.0";
 
   src = fetchFromGitHub {
     owner = "exeldro";
     repo = "obs-3d-effect";
     rev = version;
-    sha256 = "sha256-1frLQo+0/HxTIkZ57rnQjVOos5+bv2cLojslSCGo+gU=";
+    sha256 = "sha256-CAWx1wgk6G+9O7PkplrTg7uCmb8Yt6U3Z6YMVsq7IrQ=";
   };
 
   nativeBuildInputs = [ cmake ];