3
0
Fork 0
forked from mirrors/nixpkgs

bgs: update from 0.5 to 0.6

This commit is contained in:
Pascal Wittmann 2014-07-15 19:50:07 +02:00
parent a4cf5e903b
commit 96f5affca9

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "bgs-${version}";
version = "0.5";
version = "0.6";
src = fetchurl {
url = "https://github.com/Gottox/bgs/archive/${version}.tar.gz";
sha256 = "67fe16e3483f30f940005856fbb3246e1f99cf58371470e0d6668a27acbaefb9";
sha256 = "19xwslh74686qln0ylaql28z3ng45c7srrb3cxxvfp35lz7hjpf0";
};
buildInputs = [ libX11 libXinerama imlib2 ];