fprintd: 1.90.9 -> 1.92.0

This commit is contained in:
Graham Christensen 2021-07-28 02:38:45 +00:00
parent 6f0fc1c9b8
commit 0a002b6b6c

View file

@ -25,7 +25,7 @@
stdenv.mkDerivation rec {
pname = "fprintd";
version = "1.90.9";
version = "1.92.0";
outputs = [ "out" "devdoc" ];
src = fetchFromGitLab {
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
owner = "libfprint";
repo = pname;
rev = "v${version}";
sha256 = "rOTVThHOY/Q2IIu2RGiv26UE2V/JFfWWnfKZQfKl5Mg=";
sha256 = "0bqzxxb5iq3pdwdv1k8wsx3alirbjla6zgcki55b5p6mzrvk781x";
};
nativeBuildInputs = [