about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPedroHLC ☭ <root@pedrohlc.com>2023-03-30 13:49:19 -0300
committerPedroHLC ☭ <root@pedrohlc.com>2023-03-30 13:49:19 -0300
commit526dddcfe96f1983de27be6eb92bc336fbc39ad0 (patch)
treef7112a88bf9e87f2f17200aa4fbd064e4a5a5a51 /pkgs/applications
parente608c90a1cf381dde6ac9e0f085337150f2af3e2 (diff)
obs-studio-plugins.obs-vkcapture: 1.3.0 -> 1.3.1
Diffstat (limited to 'pkgs/applications')
-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 c156ac288b663..a3acd60b43425 100644
--- a/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix
+++ b/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix
@@ -17,13 +17,13 @@
 
 stdenv.mkDerivation rec {
   pname = "obs-vkcapture";
-  version = "1.3.0";
+  version = "1.3.1";
 
   src = fetchFromGitHub {
     owner = "nowrep";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-xtIcIT9lWw73Et9WgyEUznwy1X947Rv5nTiM+t0qYaM=";
+    hash = "sha256-4rEUA8V5WgAVyBeUT0ALVmj14HaAgeASYd2YiBn8MC0=";
   };
 
   cmakeFlags = lib.optionals stdenv.isi686 [