aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-22 08:51:31 -0800
committerRenaud <c0bw3b@users.noreply.github.com>2018-11-22 17:51:31 +0100
commit6a2963f6813c2f1397b53a9aa45e0d92802f58d0 (patch)
tree4cdd77deaa3fe437e2d3f596c005de41e9b63548
parente3970df4dddaa6afeb8788342b5f029cc7456589 (diff)
keybinder3: 0.3.0 -> 0.3.2
* keybinder3: 0.3.0 -> 0.3.2 (#50718) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/keybinder3/versions * keybinder3: refresh Use new GitHub repo at https://github.com/kupferlauncher/keybinder Move autoconf/automake/libtool to nativeBuildInputs
-rw-r--r--pkgs/development/libraries/keybinder3/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/development/libraries/keybinder3/default.nix b/pkgs/development/libraries/keybinder3/default.nix
index 194b57c0534..fe7482ed56e 100644
--- a/pkgs/development/libraries/keybinder3/default.nix
+++ b/pkgs/development/libraries/keybinder3/default.nix
@@ -4,19 +4,19 @@
stdenv.mkDerivation rec {
name = "keybinder3-${version}";
- version = "0.3.0";
+ version = "0.3.2";
src = fetchFromGitHub {
- owner = "engla";
+ owner = "kupferlauncher";
repo = "keybinder";
rev = "keybinder-3.0-v${version}";
- sha256 = "1jdcrfhvqffhc2h69197wkpc5j5synk5mm8rqhz27qfrfhh4vf0q";
+ sha256 = "196ibn86j54fywfwwgyh89i9wygm4vh7ls19fn20vrnm6ijlzh9r";
};
- nativeBuildInputs = [ pkgconfig ];
+ nativeBuildInputs = [ autoconf automake libtool pkgconfig ];
buildInputs = [
- autoconf automake libtool gnome3.gnome-common gtk-doc
- libX11 libXext libXrender gobjectIntrospection gtk3
+ gnome3.gnome-common gtk-doc gtk3
+ libX11 libXext libXrender gobjectIntrospection
];
preConfigure = ''
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Library for registering global key bindings";
- homepage = https://github.com/engla/keybinder/;
+ homepage = https://github.com/kupferlauncher/keybinder/;
license = licenses.mit;
platforms = platforms.linux;
maintainers = [ maintainers.cstrahan ];