about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-30 16:37:12 -0300
committerGitHub <noreply@github.com>2023-03-30 16:37:12 -0300
commit37bcddf627d2a3ff78b6bc0a5aa8a126f7432eb2 (patch)
tree5abcc235b9f934140e1834fdb57bf95d6d272535 /pkgs/applications
parent65d16363ce4c5737cb2b54437fc40f0a021a450c (diff)
parent526dddcfe96f1983de27be6eb92bc336fbc39ad0 (diff)
Merge pull request #223935 from PedroHLC/obs-vkcapture-1.3.1
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 [