Merge pull request #89054 from r-ryantm/auto-update/xbindkeys

xbindkeys: 1.8.6 -> 1.8.7
This commit is contained in:
Niklas Hambüchen 2020-06-03 02:03:51 +02:00 committed by GitHub
commit cbe940e730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, libX11, guile }:
let version = "1.8.6"; in
let version = "1.8.7"; in
stdenv.mkDerivation {
pname = "xbindkeys";
inherit version;
src = fetchurl {
url = "https://www.nongnu.org/xbindkeys/xbindkeys-${version}.tar.gz";
sha256 = "060df6d8y727jp1inp7blp44cs8a7jig7vcm8ndsn6gw36z1h3bc";
sha256 = "1wl2vc5alisiwyk8m07y1ryq8w3ll9ym83j27g4apm4ixjl8d6x2";
};
nativeBuildInputs = [ pkgconfig ];