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 { stdenv.mkDerivation rec {
pname = "obs-rgb-levels"; pname = "obs-rgb-levels";
version = "1.0.2"; version = "1.0.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wimpysworld"; owner = "wimpysworld";
repo = "obs-rgb-levels"; repo = "obs-rgb-levels";
rev = version; rev = version;
sha256 = "sha256-W79KUUUodlARlIMg/DaN+fxq/NEkp4k8MuEOHrJTbCk="; sha256 = "sha256-DXrDyIBe2tp+9M39PLDf/AmX7lBa2teduBC8FG0IK7Y=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];