Revert "libfprint-tod: 1.90.7 -> 1.94.1"

This commit is contained in:
Alexander Bantyev 2021-11-20 10:25:35 +03:00 committed by GitHub
parent 145cdd6e7e
commit 72bdd5b757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
# for the curious, "tod" means "Touch OEM Drivers" meaning it can load # for the curious, "tod" means "Touch OEM Drivers" meaning it can load
# external .so's. # external .so's.
libfprint.overrideAttrs ({ postPatch ? "", mesonFlags ? [], ... }: let libfprint.overrideAttrs ({ postPatch ? "", mesonFlags ? [], ... }: let
version = "1.94.1+tod1"; version = "1.90.7+git20210222+tod1";
in { in {
pname = "libfprint-tod"; pname = "libfprint-tod";
inherit version; inherit version;
@ -16,7 +16,7 @@ in {
owner = "3v1n0"; owner = "3v1n0";
repo = "libfprint"; repo = "libfprint";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-IVeTQlZjea4xgbG/N7OTHAj6RT4WutfvQhV8qFEvkKo="; sha256 = "0cj7iy5799pchyzqqncpkhibkq012g3bdpn18pfb19nm43svhn4j";
}; };
mesonFlags = mesonFlags ++ [ mesonFlags = mesonFlags ++ [