dotslash: 0.5.3 -> 0.5.7 (#424511)

This commit is contained in:
Weijia Wang
2025-08-04 12:11:54 -06:00
committed by GitHub
+3 -3
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 = {