Merge pull request #252804 from adamcstephens/libfprint/1.94.6

libfprint: 1.94.5 -> 1.94.6
This commit is contained in:
Weijia Wang 2023-09-06 00:44:29 +02:00 committed by GitHub
commit a715203852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
stdenv.mkDerivation rec {
pname = "libfprint";
version = "1.94.5";
version = "1.94.6";
outputs = [ "out" "devdoc" ];
src = fetchFromGitLab {
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "libfprint";
repo = pname;
rev = "v${version}";
hash = "sha256-+eSvzbXxjemVKMeD8tp/0/tGBjw2EOlmyxb8KfyZKtA=";
hash = "sha256-lDnAXWukBZSo8X6UEVR2nOMeVUi/ahnJgx2cP+vykZ8=";
};
postPatch = ''