Skip to content

Commit

Permalink
Merge pull request #248805 from r-ryantm/auto-update/openmvs
Browse files Browse the repository at this point in the history
openmvs: 2.1.0 -> 2.2.0
  • Loading branch information
wegank authored Sep 1, 2023
2 parents 52185f4 + ee363c9 commit 2a01448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/misc/openmvs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ let
});
in
stdenv.mkDerivation rec {
version = "2.1.0";
version = "2.2.0";
pname = "openmvs";

src = fetchFromGitHub {
owner = "cdcseacave";
repo = "openmvs";
rev = "v${version}";
sha256 = "sha256-eqNprBgR0hZnbLKLZLJqjemKxHhDtGblmaSxYlmegsc=";
sha256 = "sha256-j/tGkR73skZiU+bP4j6aZ5CxkbIcHtqKcaUTgNvj0C8=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 2a01448

Please sign in to comment.