obs-studio-plugins.obs-rgb-levels: 1.0.2 -> 1.0.3 (#413701)
This commit is contained in:
commit
acc8cf209b
@ -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 ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user