Merge pull request #299784 from wegank/ode-bump

ode: 0.16.4 -> 0.16.5
This commit is contained in:
Weijia Wang 2024-04-02 01:54:42 +02:00 committed by GitHub
commit 7104ed6a1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ode";
version = "0.16.4";
version = "0.16.5";
src = fetchurl {
url = "https://bitbucket.org/odedevs/ode/downloads/ode-${finalAttrs.version}.tar.gz";
hash = "sha256-cQN7goHGyGsKVXKfkNXbaXq+TL7B2BGBV+ANSOwlNGc=";
hash = "sha256-uode3RZFcJWHle6qcPFIU7/DTMmHH4rd6NpH4SvVRnk=";
};
buildInputs = lib.optionals stdenv.isDarwin [