Unverified Commit eb39a068 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #279383 from r-ryantm/auto-update/miniserve

miniserve: 0.24.0 -> 0.25.0
parents ba461d9c 842c2de8
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
  pname = "miniserve";
  version = "0.24.0";
  version = "0.25.0";

  src = fetchFromGitHub {
    owner = "svenstaro";
    repo = "miniserve";
    rev = "v${version}";
    hash = "sha256-dTJK+M7kccyqNWAz/cYoPTNM3pew7cT21hZhjCf2jDA=";
    hash = "sha256-b+hh3pAP1ijcLi3aME6dzwkbXo8lTBm5xyijKhquy8g=";
  };

  cargoHash = "sha256-lMqoBQRK0Wop1sAdydTVYFR3pzwtQDluDVXFJ4v+GHM=";
  cargoHash = "sha256-Z1JqVs9Q18x0+BNtrZNAJVRMeOrluk96KUrI36WogMk=";

  nativeBuildInputs = [
    installShellFiles
@@ -26,6 +26,7 @@ rustPlatform.buildRustPackage rec {

  buildInputs = lib.optionals stdenv.isDarwin [
    darwin.apple_sdk.frameworks.Security
    darwin.apple_sdk.frameworks.SystemConfiguration
  ];

  nativeCheckInputs = [