summary refs log tree commit diff
path: root/pkgs/applications/video/obs-studio
diff options
context:
space:
mode:
authorPedroHLC ☭ <root@pedrohlc.com>2023-09-19 08:57:46 -0300
committerPedroHLC ☭ <root@pedrohlc.com>2023-09-19 08:57:46 -0300
commit6b2ef5d639bff49875791223efc3c25f51c415b4 (patch)
tree43cad4a48f1542deeb453a8f0839c304bae59fef /pkgs/applications/video/obs-studio
parent5148520bfab61f99fd25fb9ff7bfbb50dad3c9db (diff)
downloadnixpkgs-6b2ef5d639bff49875791223efc3c25f51c415b4.tar
nixpkgs-6b2ef5d639bff49875791223efc3c25f51c415b4.tar.gz
nixpkgs-6b2ef5d639bff49875791223efc3c25f51c415b4.tar.bz2
nixpkgs-6b2ef5d639bff49875791223efc3c25f51c415b4.tar.lz
nixpkgs-6b2ef5d639bff49875791223efc3c25f51c415b4.tar.xz
nixpkgs-6b2ef5d639bff49875791223efc3c25f51c415b4.tar.zst
nixpkgs-6b2ef5d639bff49875791223efc3c25f51c415b4.zip
obs-studio-plugins.obs-vkcapture: 1.4.1 -> 1.4.3
Diffstat (limited to 'pkgs/applications/video/obs-studio')
-rw-r--r--pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix b/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix
index 8f8506aa05e..a94cb71f10e 100644
--- a/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix
+++ b/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix
@@ -20,13 +20,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "obs-vkcapture";
-  version = "1.4.1";
+  version = "1.4.3";
 
   src = fetchFromGitHub {
     owner = "nowrep";
     repo = finalAttrs.pname;
     rev = "v${finalAttrs.version}";
-    hash = "sha256-1M/lchsrHG01C18GXfiIcclovdHKHrHMVsPvIJ+oB+M=";
+    hash = "sha256-hFweWZalWMGbGXhM6uxaGoWkr9srqxRChJo5yUBiBXs=";
   };
 
   cmakeFlags = lib.optionals stdenv.isi686 [