figsoda 2023-09-19 21:44:25 -04:00
parent 2452c22ef1
commit 317292905c

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "static-web-server"; pname = "static-web-server";
version = "2.22.0"; version = "2.22.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "static-web-server"; owner = "static-web-server";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-KZHz+oSvjqFZaKvy+HfPoMQlwQ5ZTyPQV7hMlPBIujE="; hash = "sha256-RrwAT+la07A8PQhmUWmV4qrYha6GUFKMRx7jkVegPb8=";
}; };
cargoHash = "sha256-y67i3p0EImmJquEVJ1U7R83/hMz+Ex3NDnRjrHJvYE4="; cargoHash = "sha256-YOBo2ey83QN26+9cUvoA1QWEPI3oTpwIJoqcPaWvovA=";
buildInputs = lib.optionals stdenv.isDarwin [ buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.Security