dotslash: 0.5.2 -> 0.5.3

This commit is contained in:
R. Ryantm
2025-05-23 14:46:35 -05:00
committed by Austin Seipp
parent 00d3ed8442
commit e3454e65e1
+3 -3
View File
@@ -9,15 +9,15 @@
rustPlatform.buildRustPackage rec {
pname = "dotslash";
version = "0.5.2";
version = "0.5.3";
src = fetchCrate {
inherit pname version;
hash = "sha256-Djoi3x6FZZORnnE5Ly8VibfdzVNPef45JvL83fAJqAQ=";
hash = "sha256-csggbV5IyO9TlhN8S/E3LRfqqFJvj4cshByC6S7qpDk=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-PLiVHq5GrCf/C8AxZyKmWPr47PvU6HxpBad8dxJXhHs=";
cargoHash = "sha256-FyFrKaV5itdr0HtE5Ize21mwCwHRTzmIt+kmB972s9M=";
doCheck = false; # http tests
passthru = {