Loading pkgs/servers/static-web-server/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "static-web-server"; version = "2.22.0"; version = "2.22.1"; src = fetchFromGitHub { owner = "static-web-server"; repo = pname; 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 [ darwin.apple_sdk.frameworks.Security Loading Loading
pkgs/servers/static-web-server/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "static-web-server"; version = "2.22.0"; version = "2.22.1"; src = fetchFromGitHub { owner = "static-web-server"; repo = pname; 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 [ darwin.apple_sdk.frameworks.Security Loading