Unverified Commit 383977f4 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

static-web-server: 2.32.1 -> 2.33.0 (#344819)

parents bac166f6 ee3859ef
Loading
Loading
Loading
Loading
+3 −10
Original line number Diff line number Diff line
@@ -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 ];