Unverified Commit 56e686e5 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

obs-studio: 31.0.1 -> 31.0.2 (#388225)

parents 821c95bc 0eb6a300
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -68,13 +68,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "obs-studio";
  version = "31.0.1";
  version = "31.0.2";

  src = fetchFromGitHub {
    owner = "obsproject";
    repo = "obs-studio";
    rev = finalAttrs.version;
    hash = "sha256-dwS/90j4WfcneAsGFwuABM7xqvq1+VSD2uDVdU/GgQo=";
    hash = "sha256-I8VExGFr0thEaT8vHvdNwck7AYSpdpfLVPjij1Utt0E=";
    fetchSubmodules = true;
  };

+1 −0
Original line number Diff line number Diff line
@@ -67,5 +67,6 @@ stdenv.mkDerivation rec {
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ ulrikstrid ];
    platforms = platforms.linux;
    broken = true;
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -39,5 +39,6 @@ stdenv.mkDerivation (finalAttrs: {
    license = lib.licenses.gpl2Only;
    platforms = lib.platforms.linux;
    maintainers = with lib.maintainers; [ hlad ];
    broken = true;
  };
})
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,8 @@ stdenv.mkDerivation rec {
    "-DUSE_SYSTEM_FLATBUFFERS_LIBS=ON"
  ];

  NIX_CFLAGS_COMPILE = [ "-Wno-error" ];

  preConfigure = ''
    rm -rf external/flatbuffers
  '';
+1 −0
Original line number Diff line number Diff line
@@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ babbaj ];
    platforms = [ "x86_64-linux" ];
    broken = true;
  };
}