miniserve: 0.29.0 -> 0.31.0 (#424953)

This commit is contained in:
Felix Bargfeldt 2025-07-15 15:31:54 +02:00 committed by GitHub
commit d0591d7718
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,17 +14,17 @@
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "miniserve"; pname = "miniserve";
version = "0.29.0"; version = "0.31.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "svenstaro"; owner = "svenstaro";
repo = "miniserve"; repo = "miniserve";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-HHTNBqMYf7WrqJl5adPmH87xfrzV4TKJckpwTPiiw7w="; hash = "sha256-sSCS5jHhu0PBF/R3YqbR9krZghNNa2cPkLkK8kvWWd4=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-Rjql9cyw7RS66HE50iUrjNvS5JRhR1HBaalOY9eDGH4="; cargoHash = "sha256-Gb1k4sd2/OV1GskFZBn7EapZTlhb9LK19lJHVP7uCK0=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config