Skip to content

Commit

Permalink
1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahrun committed Mar 24, 2024
1 parent 259cf27 commit a21c551
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
pname = "obs-backgroundremoval";
version = "1.1.12";
version = "1.1.13";

src = fetchFromGitHub {
owner = "occ-ai";
repo = "obs-backgroundremoval";
rev = "${version}";
hash = "sha256-0TE7g/HvFzon+kNjebLEG674U7T0axteB4IR2vT85Vw=";
hash = "sha256-QoC9/HkwOXMoFNvcOxQkGCLLAJmsja801LKCNT9O9T0=";
};

nativeBuildInputs = [ cmake ninja ];
Expand Down

0 comments on commit a21c551

Please sign in to comment.