Unverified Commit 8e5d5c04 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

b3sum: 1.6.0 -> 1.6.1 (#386570)

parents d124a642 bb21d03a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,15 +6,15 @@

rustPlatform.buildRustPackage rec {
  pname = "b3sum";
  version = "1.6.0";
  version = "1.6.1";

  src = fetchCrate {
    inherit version pname;
    hash = "sha256-nsixj/zskHNIkv/qiD1DvrjeqkzVuN76tH+vCLGvPW8=";
    hash = "sha256-tl5rIDLLMOrZimkBuUl4NQfry17mFF/vdCCP/Atb9fQ=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-HAbL/3StlK+VlonoviB2hFxCj7oyG93ReUytE3pFOMQ=";
  cargoHash = "sha256-0CezqiuqEvPa46uUEW2HhUuvB7TZb0YUNBnW/IwTlc8=";

  meta = {
    description = "BLAKE3 cryptographic hash function";