We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55a068b + be1bcdc commit 7104ed6Copy full SHA for 7104ed6
pkgs/development/libraries/ode/default.nix
@@ -6,11 +6,11 @@
6
7
stdenv.mkDerivation (finalAttrs: {
8
pname = "ode";
9
- version = "0.16.4";
+ version = "0.16.5";
10
11
src = fetchurl {
12
url = "https://bitbucket.org/odedevs/ode/downloads/ode-${finalAttrs.version}.tar.gz";
13
- hash = "sha256-cQN7goHGyGsKVXKfkNXbaXq+TL7B2BGBV+ANSOwlNGc=";
+ hash = "sha256-uode3RZFcJWHle6qcPFIU7/DTMmHH4rd6NpH4SvVRnk=";
14
};
15
16
buildInputs = lib.optionals stdenv.isDarwin [
0 commit comments