libfprint: 1.94.3 -> 1.94.4

This commit is contained in:
Jonas Heinrich 2022-07-07 12:04:07 +02:00 committed by Yt
parent d7da02c1e0
commit 164afe4801

View file

@ -19,7 +19,7 @@
stdenv.mkDerivation rec {
pname = "libfprint";
version = "1.94.3";
version = "1.94.4";
outputs = [ "out" "devdoc" ];
src = fetchFromGitLab {
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "libfprint";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uOFWF+CDyK4+fY+NhiDnRKaptAN/vfH32Vzj+LAxWqg=";
sha256 = "sha256-C8vBjk0cZm/GSqc6mgNbXG8FycnWRaXhj9wIrLcWzfE=";
};
nativeBuildInputs = [