Skip to content

Commit

Permalink
otb: 9.0.0 -> 9.1.0 (#361648)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 5, 2024
2 parents b50c35a + fa3126f commit 895a4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ot/otb/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "otb";
version = "9.0.0";
version = "9.1.0";

src = fetchFromGitHub {
owner = "orfeotoolbox";
repo = "otb";
rev = finalAttrs.version;
hash = "sha256-Ut2aimQL6Reg62iceoaM7/nRuEV8PBWtOK7KFHKp0ws=";
hash = "sha256-NRyq6WTGxtPpBHXBXLCQyq60n0cJ/575xPs7QYSziYo=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 895a4c7

Please sign in to comment.