Skip to content

Commit 895a4c7

Browse files
otb: 9.0.0 -> 9.1.0 (#361648)
2 parents b50c35a + fa3126f commit 895a4c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ot/otb/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ let
4242
in
4343
stdenv.mkDerivation (finalAttrs: {
4444
pname = "otb";
45-
version = "9.0.0";
45+
version = "9.1.0";
4646

4747
src = fetchFromGitHub {
4848
owner = "orfeotoolbox";
4949
repo = "otb";
5050
rev = finalAttrs.version;
51-
hash = "sha256-Ut2aimQL6Reg62iceoaM7/nRuEV8PBWtOK7KFHKp0ws=";
51+
hash = "sha256-NRyq6WTGxtPpBHXBXLCQyq60n0cJ/575xPs7QYSziYo=";
5252
};
5353

5454
nativeBuildInputs = [

0 commit comments

Comments
 (0)