Loading pkgs/servers/static-web-server/default.nix +3 −10 Original line number Diff line number Diff line Loading @@ -10,23 +10,16 @@ rustPlatform.buildRustPackage rec { pname = "static-web-server"; version = "2.32.1"; version = "2.33.0"; src = fetchFromGitHub { owner = "static-web-server"; repo = pname; rev = "v${version}"; hash = "sha256-PkDT6FU6JSIeeKCJeeIjjqZfoo+tGzqyPyWuIiwusQY="; hash = "sha256-WR8fzpeN6zufvakanJBSMtgTpfDRqCyaTfEzE5NqFOA="; }; cargoHash = "sha256-ymI5O6j6NEcgIbMLEYgyUZBBkwxDWDWaVn4hqJScGxA="; patches = [ (fetchpatch { url = "https://github.com/static-web-server/static-web-server/pull/466.patch"; hash = "sha256-VYSoi6swG4nEFmGKvdEaJ05mJlxaXYsjs8cQai40P4g="; }) ]; cargoHash = "sha256-AasNva4SOTSrvBTrGHX/jOPjcjt3o8KUsFL7e4uhW6M="; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ]; Loading Loading
pkgs/servers/static-web-server/default.nix +3 −10 Original line number Diff line number Diff line Loading @@ -10,23 +10,16 @@ rustPlatform.buildRustPackage rec { pname = "static-web-server"; version = "2.32.1"; version = "2.33.0"; src = fetchFromGitHub { owner = "static-web-server"; repo = pname; rev = "v${version}"; hash = "sha256-PkDT6FU6JSIeeKCJeeIjjqZfoo+tGzqyPyWuIiwusQY="; hash = "sha256-WR8fzpeN6zufvakanJBSMtgTpfDRqCyaTfEzE5NqFOA="; }; cargoHash = "sha256-ymI5O6j6NEcgIbMLEYgyUZBBkwxDWDWaVn4hqJScGxA="; patches = [ (fetchpatch { url = "https://github.com/static-web-server/static-web-server/pull/466.patch"; hash = "sha256-VYSoi6swG4nEFmGKvdEaJ05mJlxaXYsjs8cQai40P4g="; }) ]; cargoHash = "sha256-AasNva4SOTSrvBTrGHX/jOPjcjt3o8KUsFL7e4uhW6M="; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ]; Loading