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

libfprint: 1.90.3 -> 1.90.4
This commit is contained in:
Sandro 2020-12-02 21:36:27 +01:00 committed by GitHub
commit aa196f98e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
stdenv.mkDerivation rec {
pname = "libfprint";
version = "1.90.3";
version = "1.90.4";
outputs = [ "out" "devdoc" ];
src = fetchFromGitLab {
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
owner = "libfprint";
repo = pname;
rev = "v${version}";
sha256 = "1fs0qrfrqnvc6kcsg81l5p89n8jnsx9dr1pzxpb8ghwas8c9v52i";
sha256 = "0grhck0h29i7hm7npvby7pn7wdc446kv0r4mkpbssp46lqbjb96b";
};
nativeBuildInputs = [