Commit 83201599 authored by Austin Seipp's avatar Austin Seipp
Browse files

dotslash: 0.3.0 -> 0.4.1



Signed-off-by: default avatarAustin Seipp <aseipp@pobox.com>
Change-Id: I36fa2860f7cc1cbf590707b0a313ca5dcadac2ac
parent fc8e2a3a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,14 +4,14 @@

rustPlatform.buildRustPackage rec {
  pname = "dotslash";
  version = "0.3.0";
  version = "0.4.1";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-rgcvpr6/Xss4zDR7IRXL2THAtUQL6WE8Mv9XuM9unBI=";
    hash = "sha256-d9ig6YO5kx4Qd8Ut70U4X+t8a9+MUyzPoDF/y7avP38=";
  };

  cargoHash = "sha256-WkC+8epqCJWIU1f5kCLsqgGiSvWZH1mbZabQUnGVwB4=";
  cargoHash = "sha256-URZ6HfyfY2Fh4iVMoG4OkQFFuLIRV7s5hlZLUFzeUvA=";
  doCheck = false; # http tests

  passthru = {