static-web-server: 2.42.0 -> 2.43.0 (#532526)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-17 09:25:31 +00:00
committed by GitHub
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "static-web-server";
version = "2.42.0";
version = "2.43.0";
src = fetchFromGitHub {
owner = "static-web-server";
repo = "static-web-server";
tag = "v${finalAttrs.version}";
hash = "sha256-EWCkad2v937GPL7qeHxPp24wf3EWk+M5iQkZBhErv/Y=";
hash = "sha256-oZPUyRN0X4wgJqdiqU3nX/SYb2kE8EuSCQP6Fl4A+AM=";
};
cargoHash = "sha256-RYTG54c4Q4uP4lAZpjfulP/BV4jDp5xxsa6vtSn+vOs=";
cargoHash = "sha256-Bi53+xl9AdC3NWKJCnz6KA8vg7ydhX1zK13uPxTjJCU=";
# static-web-server already has special handling for files with modification
# time = Unix epoch, but the nix store is Unix epoch + 1 second.