dotslash: 0.3.0 -> 0.4.1

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Change-Id: I36fa2860f7cc1cbf590707b0a313ca5dcadac2ac
This commit is contained in:
Austin Seipp 2024-04-15 15:48:47 -05:00
parent fc8e2a3a76
commit 83201599be
1 changed files with 3 additions and 3 deletions

View File

@ -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 = {