xbindkeys: update from 1.8.5 to 1.8.6

This commit is contained in:
Nixpkgs Monitor 2014-01-14 09:00:49 +04:00 committed by Michael Raskin
parent 16d0ee024e
commit 6bdcae5b15

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, libX11, guile }:
let version = "1.8.5"; in
let version = "1.8.6"; in
stdenv.mkDerivation {
name = "xbindkeys-${version}";
src = fetchurl {
url = "http://www.nongnu.org/xbindkeys/xbindkeys-${version}.tar.gz";
sha256 = "10gwyvj69yyqgk1xxbrl37gx3c3jfpgr92mz62b1x5q6jiq7hbyn";
sha256 = "060df6d8y727jp1inp7blp44cs8a7jig7vcm8ndsn6gw36z1h3bc";
};
buildInputs = [ libX11 guile ];