about summary refs log tree commit diff
path: root/pkgs/desktops/lxqt
diff options
context:
space:
mode:
authorromildo <malaquias@gmail.com>2017-02-19 10:20:13 -0300
committerromildo <malaquias@gmail.com>2017-02-19 10:20:13 -0300
commita0cc7797479feb2c2c8e8af38ab33c9b658a1797 (patch)
tree89114fd1ce7f0e04936a80613bdf3620b986b216 /pkgs/desktops/lxqt
parent183550cb2ee4766bcd4acc9e0fca149c0862f286 (diff)
downloadnixlib-a0cc7797479feb2c2c8e8af38ab33c9b658a1797.tar
nixlib-a0cc7797479feb2c2c8e8af38ab33c9b658a1797.tar.gz
nixlib-a0cc7797479feb2c2c8e8af38ab33c9b658a1797.tar.bz2
nixlib-a0cc7797479feb2c2c8e8af38ab33c9b658a1797.tar.lz
nixlib-a0cc7797479feb2c2c8e8af38ab33c9b658a1797.tar.xz
nixlib-a0cc7797479feb2c2c8e8af38ab33c9b658a1797.tar.zst
nixlib-a0cc7797479feb2c2c8e8af38ab33c9b658a1797.zip
lxqt-openssh-askpass: 0.11.0 -> 0.11.1
Diffstat (limited to 'pkgs/desktops/lxqt')
-rw-r--r--pkgs/desktops/lxqt/core/lxqt-openssh-askpass/default.nix11
1 files changed, 7 insertions, 4 deletions
diff --git a/pkgs/desktops/lxqt/core/lxqt-openssh-askpass/default.nix b/pkgs/desktops/lxqt/core/lxqt-openssh-askpass/default.nix
index 202231fbdea9..9190718fde4f 100644
--- a/pkgs/desktops/lxqt/core/lxqt-openssh-askpass/default.nix
+++ b/pkgs/desktops/lxqt/core/lxqt-openssh-askpass/default.nix
@@ -3,16 +3,19 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "lxqt-openssh-askpass";
-  version = "0.11.0";
+  version = "0.11.1";
 
   srcs = fetchFromGitHub {
     owner = "lxde";
     repo = pname;
     rev = version;
-    sha256 = "0nz8sv3yrqbzgmd6jahaqaa71axy5x06k091splp9cmab0vzng7c";
+    sha256 = "030pzys86s7rpgl35kl4b3y7gmv9982j3blmg8927nq4pw61gfj9";
   };
 
-  nativeBuildInputs = [ cmake ];
+  nativeBuildInputs = [
+    cmake
+    lxqt.lxqt-build-tools
+  ];
 
   buildInputs = [
     qt5.qtbase
@@ -30,7 +33,7 @@ stdenv.mkDerivation rec {
     description = "GUI to query passwords on behalf of SSH agents";
     homepage = https://github.com/lxde/lxqt-openssh-askpass;
     license = licenses.lgpl21;
-    maintainers = with maintainers; [ romildo ];
     platforms = with platforms; unix;
+    maintainers = with maintainers; [ romildo ];
   };
 }