nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ode: 0.16.2 -> 0.16.3

+2 -2
+2 -2
pkgs/development/libraries/ode/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "ode"; 5 - version = "0.16.2"; 5 + version = "0.16.3"; 6 6 7 7 src = fetchurl { 8 8 url = "https://bitbucket.org/odedevs/${pname}/downloads/${pname}-${version}.tar.gz"; 9 - sha256 = "08hgh4gqdk77jcw8b7gq2mwsfg4a5v5y0j7g42bxiqhmn3ffnsmj"; 9 + sha256 = "sha256-x0Hb9Jv8Rozilkgk5bw/kG6pVrGuNZTFDTUcOD8DxBM="; 10 10 }; 11 11 12 12 meta = with lib; {