Skip to content

Commit

Permalink
obs-studio-plugins.obs-vaapi: 0.4.1 -> 0.4.2 (NixOS#343164)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Sep 20, 2024
2 parents 8af5dc1 + a7a9dea commit 3a647c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
pname = "obs-vaapi";
version = "0.4.1";
version = "0.4.2";

src = fetchFromGitHub {
owner = "fzwoch";
repo = pname;
rev = version;
hash = "sha256-PpGNLIOz+fCpcP/nvjcJ+1fkduxjcbZjb7yx8TUO25s=";
hash = "sha256-ykiLsHL3hoe0ibxMxp4zrqeSeQfgnJfNg7Yb5i9HDJQ=";
};

nativeBuildInputs = [ pkg-config meson ninja ];
Expand Down

0 comments on commit 3a647c4

Please sign in to comment.