libfprint: 1.94.2 -> 1.94.3

main
R. Ryantm 2 years ago committed by Jan Tojnar
parent bdc5169fa4
commit 601b38a02c
  1. 4
      pkgs/development/libraries/libfprint/default.nix

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

Loading…
Cancel
Save