Unverified Commit d0591d77 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

miniserve: 0.29.0 -> 0.31.0 (#424953)

parents f35e978f 05d0e752
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,17 +14,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "miniserve";
  version = "0.29.0";
  version = "0.31.0";

  src = fetchFromGitHub {
    owner = "svenstaro";
    repo = "miniserve";
    tag = "v${finalAttrs.version}";
    hash = "sha256-HHTNBqMYf7WrqJl5adPmH87xfrzV4TKJckpwTPiiw7w=";
    hash = "sha256-sSCS5jHhu0PBF/R3YqbR9krZghNNa2cPkLkK8kvWWd4=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-Rjql9cyw7RS66HE50iUrjNvS5JRhR1HBaalOY9eDGH4=";
  cargoHash = "sha256-Gb1k4sd2/OV1GskFZBn7EapZTlhb9LK19lJHVP7uCK0=";

  nativeBuildInputs = [
    pkg-config