Merge pull request #304805 from r-ryantm/auto-update/obs-studio-plugins.obs-command-source

obs-studio-plugins.obs-command-source: 0.4.0 -> 0.5.0
This commit is contained in:
Weijia Wang 2024-04-27 03:33:27 +02:00 committed by GitHub
commit ac85377d1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "obs-command-source";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "norihiro";
repo = "obs-command-source";
rev = version;
sha256 = "sha256-rBGMQb7iGtxF54bBOK5lHI6VFYCSEyeSq2Arz0T0DPo=";
sha256 = "sha256-yrzY4pHSupkkdRlx725oSVtQTH1Ci9zFolHN3i2Vm28=";
};
nativeBuildInputs = [ cmake ];