aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libfprint
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-07-27 15:53:17 +0300
committerNikolay Amiantov <ab@fmap.me>2017-07-27 17:07:44 +0300
commitbc578738f23feb683f572fba1f8e4c6d350ec2d5 (patch)
tree1d9c35e24d74ba714364f6dfbcd5d5f4f53cc796 /pkgs/development/libraries/libfprint
parentc719f8bf0957e29efa750793bad968901278ba1e (diff)
libfprint: 0.6.0 -> 0.7.0
Diffstat (limited to 'pkgs/development/libraries/libfprint')
-rw-r--r--pkgs/development/libraries/libfprint/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libfprint/default.nix b/pkgs/development/libraries/libfprint/default.nix
index aad6214f2d4f..42044f050f20 100644
--- a/pkgs/development/libraries/libfprint/default.nix
+++ b/pkgs/development/libraries/libfprint/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, libusb, pixman, glib, nss, nspr, gdk_pixbuf }:
stdenv.mkDerivation rec {
- name = "libfprint-0.6.0";
+ name = "libfprint-0.7.0";
src = fetchurl {
- url = "http://people.freedesktop.org/~hadess/${name}.tar.xz";
- sha256 = "1giwh2z63mn45galsjb59rhyrvgwcy01hvvp4g01iaa2snvzr0r5";
+ url = "https://people.freedesktop.org/~anarsoul/${name}.tar.xz";
+ sha256 = "1wzi12zvdp8sw3w5pfbd9cwz6c71627bkr88rxv6gifbyj6fwgl6";
};
buildInputs = [ libusb pixman glib nss nspr gdk_pixbuf ];