diff --git a/pkgs/by-name/st/static-web-server/package.nix b/pkgs/by-name/st/static-web-server/package.nix index 0b834e9f52c3..45e7e4ae39c1 100644 --- a/pkgs/by-name/st/static-web-server/package.nix +++ b/pkgs/by-name/st/static-web-server/package.nix @@ -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.