static-web-server: 2.36.1 -> 2.37.0

(cherry picked from commit 3df1f2c566)
This commit is contained in:
R. Ryantm
2025-06-04 00:45:13 +00:00
committed by Niklas Korz
parent 989ca3326f
commit f5f09fbe07

View File

@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "static-web-server";
version = "2.36.1";
version = "2.37.0";
src = fetchFromGitHub {
owner = "static-web-server";
repo = "static-web-server";
rev = "v${version}";
hash = "sha256-labHPDsPRyF/cxHFoOJ5n+tBFn1KF2QdB/hZnDGWf1Q=";
hash = "sha256-haQYouLUaDkYo9c0CA07twaEohgmSa2hn8xJevEVNFU=";
};
cargoHash = "sha256-Sri2NTCN5vIf/5KVI+BtyOBAjkXoGpOJjP2iOh/M5NU=";
cargoHash = "sha256-1e3of8qC1cJ9ZZt1mrfe10wjkLzUICS25TDu+HfkTyU=";
# Some tests rely on timestamps newer than 18 Nov 1974 00:00:00
preCheck = ''