Unverified Commit acc8cf20 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

parents 15c35039 4156354e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];