about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-12 12:19:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-12 12:19:46 +0000
commit6672364d3e7bd6e9ffe5b701e51ae3f528017df5 (patch)
tree982d291f6c8455608399800ad24185774b07181e /pkgs/tools
parentda05945c74fcb2a7eb8fe49be8803b74b6a17b07 (diff)
downloadnixlib-6672364d3e7bd6e9ffe5b701e51ae3f528017df5.tar
nixlib-6672364d3e7bd6e9ffe5b701e51ae3f528017df5.tar.gz
nixlib-6672364d3e7bd6e9ffe5b701e51ae3f528017df5.tar.bz2
nixlib-6672364d3e7bd6e9ffe5b701e51ae3f528017df5.tar.lz
nixlib-6672364d3e7bd6e9ffe5b701e51ae3f528017df5.tar.xz
nixlib-6672364d3e7bd6e9ffe5b701e51ae3f528017df5.tar.zst
nixlib-6672364d3e7bd6e9ffe5b701e51ae3f528017df5.zip
b3sum: 1.5.0 -> 1.5.1
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 858226fb569b..94e83b5db39e 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.5.0";
+  version = "1.5.1";
 
   src = fetchCrate {
     inherit version pname;
-    sha256 = "sha256-yjMuXL0eW+6mm26LgIjD22WyTjb+KMjKRI68mpGGAZA=";
+    sha256 = "sha256-43O/8s6g9mHkmJcxm1czF+tOB22363olfsIB3Sk/QSc=";
   };
 
-  cargoHash = "sha256-Ka+5RKRSVQYoLFXE1bEc6fGFQcbrFTVgi6yAoGIDdUI=";
+  cargoHash = "sha256-NG5LCfsh9O6HEXOB3AN/2rXFIkshNM6WWANraBKuVLw=";
 
   meta = {
     description = "BLAKE3 cryptographic hash function";