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

obs-studio-plugins.waveform: 1.8.0 -> 1.8.1
This commit is contained in:
Pol Dellaiera
2024-07-17 20:21:26 +02:00
committed by GitHub
@@ -9,14 +9,14 @@
stdenv.mkDerivation rec {
pname = "waveform";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
fetchSubmodules = true;
owner = "phandasm";
repo = "waveform";
rev = "v${version}";
hash = "sha256-NcBtj+5X9tPH853a6oXzQCBH26hx8Yt17WjP9ryvgmc=";
hash = "sha256-Bg1n1yV4JzNFEXFNayNa1exsSZhmRJ0RLHDjLWmqGZE=";
};
nativeBuildInputs = [ cmake pkg-config ];