Skip to content

Commit

Permalink
python3Packages.detectron2: 0.5 → 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
piegamesde committed Apr 21, 2022
1 parent fd245f1 commit a4ca96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/detectron2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

buildPythonPackage rec {
name = "detectron2";
version = "0.5";
version = "0.6";

src = fetchFromGitHub {
owner = "facebookresearch";
repo = name;
rev = "v${version}";
sha256 = "15fvf38vaxmnf5yhnn0dk9smf9gmkbs3mp1jfpxzxh4s3r05fvgd";
sha256 = "1w6cgvc8r2lwr72yxicls650jr46nriv1csivp2va9k1km8jx2sf";
};

patchPhase = ''
Expand Down

0 comments on commit a4ca96a

Please sign in to comment.