mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
static-web-server: 2.36.1 -> 2.37.0
This commit is contained in:
parent
8764efe0df
commit
3df1f2c566
1 changed files with 3 additions and 3 deletions
|
@ -7,17 +7,17 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "static-web-server";
|
pname = "static-web-server";
|
||||||
version = "2.36.1";
|
version = "2.37.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "static-web-server";
|
owner = "static-web-server";
|
||||||
repo = "static-web-server";
|
repo = "static-web-server";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-labHPDsPRyF/cxHFoOJ5n+tBFn1KF2QdB/hZnDGWf1Q=";
|
hash = "sha256-haQYouLUaDkYo9c0CA07twaEohgmSa2hn8xJevEVNFU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-Sri2NTCN5vIf/5KVI+BtyOBAjkXoGpOJjP2iOh/M5NU=";
|
cargoHash = "sha256-1e3of8qC1cJ9ZZt1mrfe10wjkLzUICS25TDu+HfkTyU=";
|
||||||
|
|
||||||
# Some tests rely on timestamps newer than 18 Nov 1974 00:00:00
|
# Some tests rely on timestamps newer than 18 Nov 1974 00:00:00
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue