summary refs log tree commit diff
path: root/pkgs/desktops/lxqt
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2017-11-01 23:56:40 -0200
committerJosé Romildo Malaquias <malaquias@gmail.com>2017-11-01 23:56:40 -0200
commit530f8e820b5beeedd21003b96aed531e1dffa8d9 (patch)
tree40775028d7be963a13fa3c14869bdd06b1f6ca51 /pkgs/desktops/lxqt
parent95ace38efdf6426c48e9038847f5ec95c463c95b (diff)
downloadnixpkgs-530f8e820b5beeedd21003b96aed531e1dffa8d9.tar
nixpkgs-530f8e820b5beeedd21003b96aed531e1dffa8d9.tar.gz
nixpkgs-530f8e820b5beeedd21003b96aed531e1dffa8d9.tar.bz2
nixpkgs-530f8e820b5beeedd21003b96aed531e1dffa8d9.tar.lz
nixpkgs-530f8e820b5beeedd21003b96aed531e1dffa8d9.tar.xz
nixpkgs-530f8e820b5beeedd21003b96aed531e1dffa8d9.tar.zst
nixpkgs-530f8e820b5beeedd21003b96aed531e1dffa8d9.zip
lxqt-openssh-askpass: 0.11.1 -> 0.12.0
Diffstat (limited to 'pkgs/desktops/lxqt')
-rw-r--r--pkgs/desktops/lxqt/core/lxqt-openssh-askpass/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/lxqt/core/lxqt-openssh-askpass/default.nix b/pkgs/desktops/lxqt/core/lxqt-openssh-askpass/default.nix
index a52ce02cd14..bcc00a0add5 100644
--- a/pkgs/desktops/lxqt/core/lxqt-openssh-askpass/default.nix
+++ b/pkgs/desktops/lxqt/core/lxqt-openssh-askpass/default.nix
@@ -3,13 +3,13 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "lxqt-openssh-askpass";
-  version = "0.11.1";
+  version = "0.12.0";
 
-  srcs = fetchFromGitHub {
+  src = fetchFromGitHub {
     owner = "lxde";
     repo = pname;
     rev = version;
-    sha256 = "030pzys86s7rpgl35kl4b3y7gmv9982j3blmg8927nq4pw61gfj9";
+    sha256 = "16xcw4yll6i9vij16kdb10s4aq2s57x4yjlwv6d8r75y5gq9iiw6";
   };
 
   nativeBuildInputs = [