Merge pull request #192001 from figsoda/update-miniserve

miniserve: 0.21.0 -> 0.22.0
This commit is contained in:
Mario Rodas 2022-09-20 06:11:40 -05:00 committed by GitHub
commit b71f091f10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "miniserve"; pname = "miniserve";
version = "0.21.0"; version = "0.22.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "svenstaro"; owner = "svenstaro";
repo = "miniserve"; repo = "miniserve";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-tps/TKkG2To80zokNoSHQQPrzZnoS+lBWks/PIV586Q="; hash = "sha256-pi+dBJE+EqQpyZAkIV7duK1g378J6BgjIiFcjV5H1fQ=";
}; };
cargoSha256 = "sha256-9xRxUnDEji5+3drHQtdK1ozW8nezushxZZAaUlp+jJQ="; cargoSha256 = "sha256-nRTGKW33NO2vRkvpNVk4pT1DrHPEsSfhwf8y5pJ+n9U=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles
@ -30,6 +30,8 @@ rustPlatform.buildRustPackage rec {
checkFlags = [ checkFlags = [
"--skip=bind_ipv4_ipv6::case_2" "--skip=bind_ipv4_ipv6::case_2"
"--skip=cant_navigate_up_the_root" "--skip=cant_navigate_up_the_root"
"--skip=qrcode_hidden_in_tty_when_disabled"
"--skip=qrcode_shown_in_tty_when_enabled"
]; ];
postInstall = '' postInstall = ''