libfprint-tod: 1.90.7+git20210222+tod1 -> 1.94.9+tod1

This also fixes the build issue introduced by #388631.

+7 -3
+7 -3
pkgs/by-name/li/libfprint-tod/package.nix
··· 13 ... 14 }: 15 let 16 - version = "1.90.7+git20210222+tod1"; 17 in 18 { 19 pname = "libfprint-tod"; ··· 24 owner = "3v1n0"; 25 repo = "libfprint"; 26 rev = "v${version}"; 27 - sha256 = "0cj7iy5799pchyzqqncpkhibkq012g3bdpn18pfb19nm43svhn4j"; 28 }; 29 30 mesonFlags = [ 31 # Include virtual drivers for fprintd tests 32 "-Ddrivers=all" 33 "-Dudev_hwdb_dir=${placeholder "out"}/lib/udev/hwdb.d" 34 ]; 35 36 postPatch = '' 37 ${postPatch} 38 - patchShebangs ./tests/*.py ./tests/*.sh 39 ''; 40 41 meta = with lib; {
··· 13 ... 14 }: 15 let 16 + version = "1.94.9+tod1"; 17 in 18 { 19 pname = "libfprint-tod"; ··· 24 owner = "3v1n0"; 25 repo = "libfprint"; 26 rev = "v${version}"; 27 + hash = "sha256-xkywuFbt8EFJOlIsSN2hhZfMUhywdgJ/uT17uiO3YV4="; 28 }; 29 30 mesonFlags = [ 31 # Include virtual drivers for fprintd tests 32 "-Ddrivers=all" 33 "-Dudev_hwdb_dir=${placeholder "out"}/lib/udev/hwdb.d" 34 + "-Dudev_rules_dir=${placeholder "out"}/lib/udev/rules.d" 35 ]; 36 37 postPatch = '' 38 ${postPatch} 39 + patchShebangs \ 40 + ./libfprint/tod/tests/*.sh \ 41 + ./tests/*.py \ 42 + ./tests/*.sh \ 43 ''; 44 45 meta = with lib; {