summary refs log tree commit diff
path: root/pkgs/tools/security/b3sum
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-25 18:32:16 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-07-25 18:32:16 +0000
commitae12ace63ed4fb24ee35e97f3aa0ac5a8ce41586 (patch)
tree6c76b0e9f1aca68fa436cf2e39e6ee45d4ada579 /pkgs/tools/security/b3sum
parentb400b6f91d0cc62a29f79e3dd8494cf93a7412ca (diff)
downloadnixpkgs-ae12ace63ed4fb24ee35e97f3aa0ac5a8ce41586.tar
nixpkgs-ae12ace63ed4fb24ee35e97f3aa0ac5a8ce41586.tar.gz
nixpkgs-ae12ace63ed4fb24ee35e97f3aa0ac5a8ce41586.tar.bz2
nixpkgs-ae12ace63ed4fb24ee35e97f3aa0ac5a8ce41586.tar.lz
nixpkgs-ae12ace63ed4fb24ee35e97f3aa0ac5a8ce41586.tar.xz
nixpkgs-ae12ace63ed4fb24ee35e97f3aa0ac5a8ce41586.tar.zst
nixpkgs-ae12ace63ed4fb24ee35e97f3aa0ac5a8ce41586.zip
b3sum: 0.3.8 -> 1.0.0
Diffstat (limited to 'pkgs/tools/security/b3sum')
-rw-r--r--pkgs/tools/security/b3sum/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/b3sum/default.nix b/pkgs/tools/security/b3sum/default.nix
index 1d9b2f66deb..9238ba06b1f 100644
--- a/pkgs/tools/security/b3sum/default.nix
+++ b/pkgs/tools/security/b3sum/default.nix
@@ -2,14 +2,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "b3sum";
-  version = "0.3.8";
+  version = "1.0.0";
 
   src = fetchCrate {
     inherit version pname;
-    sha256 = "1a42kwbl886yymm3v7h6y957x5f4yi9j40jy4szg9k0iy8bsdfmh";
+    sha256 = "sha256-eWsvCpMG3iWB2cYIKaaP6h9QwKQQrpFNliHTqBtdzVw=";
   };
 
-  cargoSha256 = "0v7ric12agicppg5ax5q0vwbslw7kmxpinafvdjj5sc2ysinw1zm";
+  cargoSha256 = "sha256-YglKiEz/D5+Dz6CIzWIpoc33bhMSdGTM4MP/uJCxe7E=";
 
   meta = {
     description = "BLAKE3 cryptographic hash function";