Skip to content

Commit

Permalink
obs-backgroundremoval: 0.5.16 -> 0.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahrun committed Jun 9, 2023
1 parent 27c41cd commit 044286e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "obs-backgroundremoval";
version = "0.5.16";
version = "0.5.19";

src = fetchFromGitHub {
owner = "royshil";
repo = "obs-backgroundremoval";
rev = "v${version}";
hash = "sha256-E+pm/Ma6dZTYlX3DpB49ynTETsRS2TBqgHSCijl/Txc=";
hash = "sha256-BeV/rQKfmYvHfO+UmCDCjrx1RKUDE3y1ACFBBeOV8Ck=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 044286e

Please sign in to comment.