about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2023-09-22 17:22:10 +0200
committerGitHub <noreply@github.com>2023-09-22 17:22:10 +0200
commit4e28a23b522f7567e3ba9563027e95df9876caa1 (patch)
treec56b3deb4710e304cd33cd266a6623f769840deb /pkgs/tools
parent1cf41e128b991d257b19f02342723e8bf219e8dd (diff)
parent0c075b3c63eb24e038b0d029db423d5040caf8ed (diff)
Merge pull request #256656 from r-ryantm/auto-update/b3sum
b3sum: 1.4.1 -> 1.5.0
Diffstat (limited to 'pkgs/tools')
-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 c7634b790ef6c..858226fb569bd 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 = "1.4.1";
+  version = "1.5.0";
 
   src = fetchCrate {
     inherit version pname;
-    sha256 = "sha256-cVl0thk+ENZEhTRvFvtAnHIWM8LzKDKEVSVyI22fh2I=";
+    sha256 = "sha256-yjMuXL0eW+6mm26LgIjD22WyTjb+KMjKRI68mpGGAZA=";
   };
 
-  cargoHash = "sha256-v175TKlCZ9Vdd1L2IHv2YX406ZkxRXJmZFKBIMab2gg=";
+  cargoHash = "sha256-Ka+5RKRSVQYoLFXE1bEc6fGFQcbrFTVgi6yAoGIDdUI=";
 
   meta = {
     description = "BLAKE3 cryptographic hash function";