Commit 2b16a73b authored by R. RyanTM's avatar R. RyanTM
Browse files

obs-studio-plugins.obs-source-clone: 0.1.3 -> 0.1.4

parent 59961875
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "obs-source-clone";
  version = "0.1.3";
  version = "0.1.4";

  src = fetchFromGitHub {
    owner = "exeldro";
    repo = "obs-source-clone";
    rev = version;
    sha256 = "sha256-cgqv2QdeGz4Aeoy4Dncw03l7NWGsZN1lsrZH7uHxGxw=";
    sha256 = "sha256-E2pHJO3cdOXmSlTVGsz4tncm9fMaa8Rhsq9YZDNidjs=";
  };

  nativeBuildInputs = [ cmake ];