Unverified Commit a5fa6b17 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

simple-http-server: 0.6.12 -> 0.6.13 (#421319)

parents 58b0694e 376e54b3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@

rustPlatform.buildRustPackage rec {
  pname = "simple-http-server";
  version = "0.6.12";
  version = "0.6.13";

  src = fetchFromGitHub {
    owner = "TheWaWaR";
    repo = "simple-http-server";
    rev = "v${version}";
    sha256 = "sha256-WaUBMGZaIjce83mskEtH9PLYDDlBL1MNoY8lz4++684=";
    sha256 = "sha256-uTzzQg1UJ+PG2poIKd+LO0T0y7z48ZK0f196zIgeZhs=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-5oZTT2qBtupuF2thhfko7mgWLu+e7+P92V+DPsPZ1Ak=";
  cargoHash = "sha256-y+pNDg73fAHs9m0uZr6z0HTA/vB3fFM5qukJycuIxnY=";

  nativeBuildInputs = [ pkg-config ];