Unverified Commit 18053684 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

obs-studio-plugins.obs-retro-effects: 1.0.0 -> 1.0.1 (#430514)

parents 1010ec74 448600ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "obs-retro-effects";
  version = "1.0.0";
  version = "1.0.1";

  src = fetchFromGitHub {
    owner = "FiniteSingularity";
    repo = "obs-retro-effects";
    rev = "${version}";
    sha256 = "sha256-+dg5ySleMb9abT9kIM7HvRSRx9V08B9XPjfoAVe+tWY=";
    sha256 = "sha256-bWUGuCgCNAaSc0+NRRYsx/8EhrlWuPcipkuUlQZvWDk=";
  };

  nativeBuildInputs = [ cmake ];