Commit 0fe033b2 authored by R. RyanTM's avatar R. RyanTM
Browse files

obs-studio-plugins.waveform: 1.7.0 -> 1.8.0

parent e3474e1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

stdenv.mkDerivation rec {
  pname = "waveform";
  version = "1.7.0";
  version = "1.8.0";

  src = fetchFromGitHub {
    fetchSubmodules = true;
    owner = "phandasm";
    repo = "waveform";
    rev = "v${version}";
    sha256 = "sha256-DR3+ZBbWoGybUvDwVXLvarp+IGsTPl9Y0mFe739Ar8E=";
    sha256 = "sha256-NcBtj+5X9tPH853a6oXzQCBH26hx8Yt17WjP9ryvgmc=";
  };

  nativeBuildInputs = [ cmake pkg-config ];