6 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
15 rev = "cd921342ba13ee89ee60f9aebd2e96c42bd59ae3";
16 sha256 = "sha256-11LrScN1kvtq0Fo7RWGjbQO0U5b5brCbipl5pdZnrFs=";
20 description = "Software package for performing Bayesian analysis and simulation using Markov Chain Monte Carlo";
21 homepage = "https://www.mrc-bsu.cam.ac.uk/software/bugs/openbugs/";
22 changelog = "https://github.com/jsta/openbugs/blob/master/ChangeLog";
23 platforms = [ "i686-linux" "x86_64-linux" ];
24 license = licenses.gpl3Only;
25 maintainers = with maintainers; [ andresnav ];