Revert "libfprint-tod: 1.90.7 -> 1.94.1"
This commit is contained in:
parent
145cdd6e7e
commit
72bdd5b757
1 changed files with 2 additions and 2 deletions
|
@ -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 ++ [
|
||||||
|
|
Loading…
Reference in a new issue