obs-vkcapture: 1.1.6 -> 1.2.0

This commit is contained in:
Átila Saraiva
2022-08-25 10:07:21 -03:00
parent 2e1e0b51c2
commit 8d5c4efbf8
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "obs-vkcapture";
version = "1.1.6";
version = "1.2.0";
src = fetchFromGitHub {
owner = "nowrep";
repo = pname;
rev = "v${version}";
hash = "sha256-TNXoeNktMde7GfFhZRHXlARdnkJTY4oNZTKA4hu7e3Q=";
hash = "sha256-yaN0am24p9gC+s64Rop+jQ3952UOtZund/KttnVxP48=";
};
nativeBuildInputs = [ cmake ninja ];