obs-studio-plugins.obs-rgb-levels: 1.0.2 -> 1.0.3 (#413701)

This commit is contained in:
jopejoe1 2025-06-11 14:14:06 +02:00 committed by GitHub
commit acc8cf209b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "obs-rgb-levels";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "wimpysworld";
repo = "obs-rgb-levels";
rev = version;
sha256 = "sha256-W79KUUUodlARlIMg/DaN+fxq/NEkp4k8MuEOHrJTbCk=";
sha256 = "sha256-DXrDyIBe2tp+9M39PLDf/AmX7lBa2teduBC8FG0IK7Y=";
};
nativeBuildInputs = [ cmake ];