static-web-server: 2.37.0 -> 2.38.0 (#427283)

This commit is contained in:
Nick Cao
2025-07-22 16:22:53 -04:00
committed by GitHub
@@ -7,17 +7,17 @@
rustPlatform.buildRustPackage rec {
pname = "static-web-server";
version = "2.37.0";
version = "2.38.0";
src = fetchFromGitHub {
owner = "static-web-server";
repo = "static-web-server";
rev = "v${version}";
hash = "sha256-haQYouLUaDkYo9c0CA07twaEohgmSa2hn8xJevEVNFU=";
hash = "sha256-SrE8CzdD2nZSRHJGb7cm0JWVFKUmIlWKnN9q94jG4hM=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-1e3of8qC1cJ9ZZt1mrfe10wjkLzUICS25TDu+HfkTyU=";
cargoHash = "sha256-xJKpEv2q+7I1hb5eVNh9hAfixnrAWtYYLm2WfBZ/IJ8=";
# Some tests rely on timestamps newer than 18 Nov 1974 00:00:00
preCheck = ''