about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2022-02-12 16:45:21 +0300
committerGitHub <noreply@github.com>2022-02-12 16:45:21 +0300
commit30620450f80ab1756332f712d4140346030e709f (patch)
tree3a2b8fa0431658ed189c4ce388c4dc0463cff42a /pkgs/development
parent94e22a3e66d1241f8c0b4a671848557e9917d78c (diff)
parent421e2d47320693d070ff2d262d24a46ae033b177 (diff)
Merge pull request #159462 from r-ryantm/auto-update/libfprint
libfprint: 1.94.1 -> 1.94.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/libfprint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libfprint/default.nix b/pkgs/development/libraries/libfprint/default.nix
index daa1d2233426b..809635c1774a0 100644
--- a/pkgs/development/libraries/libfprint/default.nix
+++ b/pkgs/development/libraries/libfprint/default.nix
@@ -19,7 +19,7 @@
 
 stdenv.mkDerivation rec {
   pname = "libfprint";
-  version = "1.94.1";
+  version = "1.94.2";
   outputs = [ "out" "devdoc" ];
 
   src = fetchFromGitLab {
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     owner = "libfprint";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-xFmby1x2TRZqXrV9Einqu3002qMAN5tQga2mIAHfC9c=";
+    sha256 = "sha256-FQwjJOgANSmJu9ev1K2oovNGovsbxnWMxNveTmH5fHg=";
   };
 
   nativeBuildInputs = [