Merge pull request #291511 from r-ryantm/auto-update/obs-studio-plugins.waveform

obs-studio-plugins.waveform: 1.7.0 -> 1.8.0
This commit is contained in:
Nick Cao 2024-03-03 10:15:44 -05:00 committed by GitHub
commit 2c8834ad9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ];