static-web-server: 2.36.0 -> 2.36.1

This commit is contained in:
R. Ryantm
2025-04-02 00:53:49 +00:00
parent 02b2743b6a
commit f4026b9109
@@ -9,17 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "static-web-server";
version = "2.36.0";
version = "2.36.1";
src = fetchFromGitHub {
owner = "static-web-server";
repo = "static-web-server";
rev = "v${version}";
hash = "sha256-TE0V9Ai7lLb1TBtusDV+ACuPO8/1VUjeVZzA4XoL3VQ=";
hash = "sha256-labHPDsPRyF/cxHFoOJ5n+tBFn1KF2QdB/hZnDGWf1Q=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-uGEn+UvHse4tGOAQGzEoFpJxqbXM0u4IrXmMVgKz8z4=";
cargoHash = "sha256-Sri2NTCN5vIf/5KVI+BtyOBAjkXoGpOJjP2iOh/M5NU=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ];