Merge pull request #187139 from AtilaSaraiva/vkcapture

obs-studio-plugins.obs-vkcapture: 1.1.5 -> 1.1.6
This commit is contained in:
superherointj 2022-08-17 12:13:24 -03:00 committed by GitHub
commit f79fa4136e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "obs-vkcapture";
version = "1.1.5";
version = "1.1.6";
src = fetchFromGitHub {
owner = "nowrep";
repo = pname;
rev = "v${version}";
hash = "sha256-eZbZBff/M0S9VASiKoGJAqZ6NMADH7uH8J0m6XGY3jY=";
hash = "sha256-TNXoeNktMde7GfFhZRHXlARdnkJTY4oNZTKA4hu7e3Q=";
};
nativeBuildInputs = [ cmake ninja ];