golly: 2.7 -> 2.8

This commit is contained in:
Michael Raskin 2016-08-10 19:21:06 +02:00
parent da4b7afea8
commit d1951974df
2 changed files with 7 additions and 7 deletions

View file

@ -1,16 +1,16 @@
{stdenv, fetchurl, wxGTK, perl, python, zlib}:
{stdenv, fetchurl, wxGTK, perl, python, zlib, mesa, libX11}:
let
s = # Generated upstream information
rec {
baseName="golly";
version="2.7";
version="2.8";
name="${baseName}-${version}";
hash="0wfr9dhdbwg2cbcl7g2s1h9pmsm1lkjncbs9m0df82bcw516xs2f";
url="mirror://sourceforge/project/golly/golly/golly-2.7/golly-2.7-src.tar.gz";
sha256="0wfr9dhdbwg2cbcl7g2s1h9pmsm1lkjncbs9m0df82bcw516xs2f";
hash="0a4vn2hm7h4b47v2iwip1z3n9y8isf79v08aipl2iqms2m3p5204";
url="mirror://sourceforge/project/golly/golly/golly-2.8/golly-2.8-src.tar.gz";
sha256="0a4vn2hm7h4b47v2iwip1z3n9y8isf79v08aipl2iqms2m3p5204";
};
buildInputs = [
wxGTK perl python zlib
wxGTK perl python zlib mesa libX11
];
in
stdenv.mkDerivation rec {

View file

@ -1,4 +1,4 @@
url http://sourceforge.net/projects/golly/files/golly/
version_link '[-][0-9.]+/$'
SF_version_tarball
SF_version_tarball 'src'
SF_redirect