dotslash: 0.5.3 -> 0.5.7

This commit is contained in:
R. Ryantm 2025-07-12 05:21:46 +00:00 committed by Weijia Wang
parent e13ccbbef7
commit d7405b7383

View File

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "dotslash";
version = "0.5.3";
version = "0.5.7";
src = fetchCrate {
inherit pname version;
hash = "sha256-csggbV5IyO9TlhN8S/E3LRfqqFJvj4cshByC6S7qpDk=";
hash = "sha256-VFesGum2xjknUuCwIojntdst5dmhvZb78ejJ2OG1FVI=";
};
cargoHash = "sha256-FyFrKaV5itdr0HtE5Ize21mwCwHRTzmIt+kmB972s9M=";
cargoHash = "sha256-+FWDeR4AcFSFz0gGQ8VMvX68/F0yEm25cNfHeedqsWE=";
doCheck = false; # http tests
passthru = {