Skip to content

Commit

Permalink
[24.11] otb: 9.0.0 -> 9.1.0 (#387947)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Mar 7, 2025
2 parents 8d47957 + 2d19a27 commit f6d46c7
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";
tag = finalAttrs.version;
hash = "sha256-Ut2aimQL6Reg62iceoaM7/nRuEV8PBWtOK7KFHKp0ws=";
hash = "sha256-NRyq6WTGxtPpBHXBXLCQyq60n0cJ/575xPs7QYSziYo=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit f6d46c7

Please sign in to comment.