Skip to content

Commit 7104ed6

Browse files
authored
Merge pull request #299784 from wegank/ode-bump
ode: 0.16.4 -> 0.16.5
2 parents 55a068b + be1bcdc commit 7104ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/ode/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
stdenv.mkDerivation (finalAttrs: {
88
pname = "ode";
9-
version = "0.16.4";
9+
version = "0.16.5";
1010

1111
src = fetchurl {
1212
url = "https://bitbucket.org/odedevs/ode/downloads/ode-${finalAttrs.version}.tar.gz";
13-
hash = "sha256-cQN7goHGyGsKVXKfkNXbaXq+TL7B2BGBV+ANSOwlNGc=";
13+
hash = "sha256-uode3RZFcJWHle6qcPFIU7/DTMmHH4rd6NpH4SvVRnk=";
1414
};
1515

1616
buildInputs = lib.optionals stdenv.isDarwin [

0 commit comments

Comments
 (0)