about summary refs log tree commit diff
path: root/pkgs/tools/security/bao
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-09 05:26:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-09 05:26:33 +0000
commitc4b5bfc4787aaf9b677f7ce2e881213b9bf046d2 (patch)
tree7bd1ab7917a4fe51145f8cb18544fc13394dfe94 /pkgs/tools/security/bao
parenta164b42bb3ba65f43253a06193fc22d301c6d012 (diff)
bao: 0.12.0 -> 0.12.1
Diffstat (limited to 'pkgs/tools/security/bao')
-rw-r--r--pkgs/tools/security/bao/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/bao/default.nix b/pkgs/tools/security/bao/default.nix
index cf6014c84fe94..01941f54f36eb 100644
--- a/pkgs/tools/security/bao/default.nix
+++ b/pkgs/tools/security/bao/default.nix
@@ -6,15 +6,15 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "bao";
-  version = "0.12.0";
+  version = "0.12.1";
 
   src = fetchCrate {
     inherit version;
     pname = "${pname}_bin";
-    sha256 = "SkplBzor7Fv2+6K8wcTtZwjR66RfLPA/YNNUUHniWpM=";
+    sha256 = "sha256-+MjfqIg/aKPWhzxbPJ0dnS4egCj50Ib7ob3zXUSBXRg=";
   };
 
-  cargoSha256 = "yr4HvtOWnU2dFTBgSsbVcuDELe1o1SEtZ7rN/ctKAdI=";
+  cargoHash = "sha256-SNsRN5XgchZq6/BZnMeahIqnkP4Jq6bZxbE5cDVpsQA=";
 
   meta = {
     description = "An implementation of BLAKE3 verified streaming";