fprintd: 0.6.0 -> 0.7.0

This commit is contained in:
Nikolay Amiantov 2016-11-23 18:08:24 +03:00
parent e5167e8763
commit 5cda77808a

View File

@ -2,11 +2,12 @@
, libfprint, glib, dbus_glib, polkit, nss, pam, systemd }:
stdenv.mkDerivation rec {
name = "fprintd-0.6.0";
name = "fprintd-${version}";
version = "0.7.0";
src = fetchurl {
url = "http://people.freedesktop.org/~hadess/${name}.tar.xz";
sha256 = "1by6nvlrqkwzcz2v2kyq6avi3h384vmlr42vj9s2yzcinkp64m1z";
sha256 = "05915i0bv7q62fqrs5diqwr8dz3pwqa1c1ivcgggkjyw0xk4ldp5";
};
buildInputs = [ libfprint glib dbus_glib polkit nss pam systemd ];