obs-gstreamer: 0.3.3 -> 0.3.4

This commit is contained in:
PedroHLC ☭ 2022-08-01 19:39:28 -03:00
parent 81094ccd6a
commit 2e5606634f
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "obs-gstreamer";
version = "0.3.3";
version = "0.3.4";
src = fetchFromGitHub {
owner = "fzwoch";
repo = "obs-gstreamer";
rev = "v${version}";
hash = "sha256-KhSBZcV2yILTf5+aNoYWDfNwPiJoyYPeIOQMDFvOusg=";
hash = "sha256-CDtWe4bx1M06nfqvVmIZaLQoKAsXFnG0Xy/mhiSbMgU=";
};
nativeBuildInputs = [ pkg-config meson ninja ];