diff options
author | R. Ryantm | 2022-08-01 01:11:04 +0000 |
---|---|---|
committer | Franz Pletz | 2022-08-01 16:43:20 +0200 |
commit | c7eefa24d438be5136788a53387a830037fc2f7f (patch) | |
tree | b76bd7d785a7b97ebf4010acae796ec6ccc526b5 /pkgs/applications/video | |
parent | fa886e44164b02576ba5f69bd734402a0a8a6e9a (diff) |
obs-studio-plugins.obs-vkcapture: 1.1.4 -> 1.1.5
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r-- | pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix | 4 |
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 411945a45f92..c48dde0cf2f9 100644 --- a/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix +++ b/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "obs-vkcapture"; - version = "1.1.4"; + version = "1.1.5"; src = fetchFromGitHub { owner = "nowrep"; repo = pname; rev = "v${version}"; - hash = "sha256-jY78+sfAd62YnCssosLOLfxmdL6zkTEoeE58bQpswG4="; + hash = "sha256-eZbZBff/M0S9VASiKoGJAqZ6NMADH7uH8J0m6XGY3jY="; }; nativeBuildInputs = [ cmake ninja ]; |