about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-02-20 08:45:06 +0800
committerGitHub <noreply@github.com>2023-02-20 08:45:06 +0800
commitf7e98223c28a3cb42fc9cc36898fbad8ccbd79a5 (patch)
tree6d536af32c2dc0ca102d40ba4d9d91690a5d0790 /pkgs/tools/security
parent9cb8f2dcc6a4eebb536bfc576c41babfea447431 (diff)
parent74385d988c4fd7f7169a6dbd9e9d30d862166b0e (diff)
Merge pull request #217155 from NickCao/opgpcard
openpgp-card-tools: 0.9.0 -> 0.9.1
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/openpgp-card-tools/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/openpgp-card-tools/default.nix b/pkgs/tools/security/openpgp-card-tools/default.nix
index c3c512081c620..3b0b5ee14d1c2 100644
--- a/pkgs/tools/security/openpgp-card-tools/default.nix
+++ b/pkgs/tools/security/openpgp-card-tools/default.nix
@@ -12,14 +12,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "openpgp-card-tools";
-  version = "0.9.0";
+  version = "0.9.1";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-Mvnj8AEhREP+nGrioC9IHYX3k6sKGKzOh00V8nslyhw=";
+    sha256 = "sha256-Wgj6YZSQj8+BcyPboUTadUOg6Gq6VxV4GRW8TWbnRfc=";
   };
 
-  cargoHash = "sha256-0KRq8GsrQaLJ6fopZpdzgxIWHIse9QWDo24IQj1eAhc=";
+  cargoHash = "sha256-u6xzKDCtv5FzaYgn5wab6ZPICJ/DaqUxiRS80xaEa1A=";
 
   nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ];
   buildInputs = [ pcsclite nettle ] ++ lib.optionals stdenv.isDarwin [ PCSC ];