obs-studio-plugins.obs-vaapi: 0.2.0 -> 0.3.1

This commit is contained in:
PedroHLC ☭ 2023-06-25 11:52:32 -03:00
parent dc2afced51
commit e7d05a7d09
No known key found for this signature in database
GPG Key ID: DF4C6898CBDC6DF5

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "obs-vaapi";
version = "0.2.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "fzwoch";
repo = pname;
rev = version;
hash = "sha256-wrbVuqIe+DY3R+Jp3zCy2Uw3fv5ejYHtRV2Sv+y/n0w=";
hash = "sha256-lKDZ0YJjcbfHr1MoTbdOaYk6Dhl2bUVUImuoWWwFC1U=";
};
nativeBuildInputs = [ pkg-config meson ninja ];