summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/obs-studio
diff options
context:
space:
mode:
authorPedroHLC ☭ <root@pedrohlc.com>2022-11-05 15:17:34 -0300
committerPedroHLC ☭ <root@pedrohlc.com>2022-11-05 15:17:34 -0300
commit07fae5053b2fffff1c17f9e81e370d8f18bba463 (patch)
tree2d71d49f1c60a3c59797ce564e85c3e32c112a10 /pkgs/applications/video/obs-studio
parent1f3ebb2bd1a353a42e8f833895c26d8415c7b791 (diff)
obs-studio-plugins.obs-vkcapture: 1.2.0 -> 1.2.1
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 0e61f4aaeca7..a1abc952fc73 100644
--- a/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix
+++ b/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "obs-vkcapture";
- version = "1.2.0";
+ version = "1.2.1";
src = fetchFromGitHub {
owner = "nowrep";
repo = pname;
rev = "v${version}";
- hash = "sha256-yaN0am24p9gC+s64Rop+jQ3952UOtZund/KttnVxP48=";
+ hash = "sha256-FOyUgsHQlsjVGCct+ky189alVImoG+paqDKmGvnHoXo=";
};
cmakeFlags = lib.optionals stdenv.isi686 [