Merge pull request #159462 from r-ryantm/auto-update/libfprint

libfprint: 1.94.1 -> 1.94.2
This commit is contained in:
Nikolay Amiantov 2022-02-12 16:45:21 +03:00 committed by GitHub
commit 30620450f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
stdenv.mkDerivation rec {
pname = "libfprint";
version = "1.94.1";
version = "1.94.2";
outputs = [ "out" "devdoc" ];
src = fetchFromGitLab {
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "libfprint";
repo = pname;
rev = "v${version}";
sha256 = "sha256-xFmby1x2TRZqXrV9Einqu3002qMAN5tQga2mIAHfC9c=";
sha256 = "sha256-FQwjJOgANSmJu9ev1K2oovNGovsbxnWMxNveTmH5fHg=";
};
nativeBuildInputs = [