about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-12 06:48:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-12 06:48:57 +0000
commit421e2d47320693d070ff2d262d24a46ae033b177 (patch)
tree7eae79ecf21d706408413eb712d608ae2aaf06e9 /pkgs
parent8fdd33cfc443ad15876675475d52b4de2de58d3f (diff)
libfprint: 1.94.1 -> 1.94.2
Diffstat (limited to 'pkgs')
-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 = [