mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
static-web-server: 2.42.0 -> 2.43.0
This commit is contained in:
parent
8cf9f7fff1
commit
97548c1420
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue