miniserve: 0.27.1 -> 0.27.1-unstable-2024-08-08

This commit is contained in:
zowoq 2024-08-15 19:25:11 +10:00
parent 646799bd1d
commit 6e4e563515

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "miniserve";
version = "0.27.1";
version = "0.27.1-unstable-2024-08-08";
src = fetchFromGitHub {
owner = "svenstaro";
repo = "miniserve";
rev = "v${version}";
hash = "sha256-aqsEJJSb5dL7wEdDXiKEyqwCpg0O2Ld5jT+Hjdptha4=";
rev = "cb495906b11c9638eb7a2707d12810482ac6e3f6";
hash = "sha256-NNORLa1Vct2Iwn/Cp3w1U3KGTXoSwar4QI+dNe+Po54=";
};
cargoHash = "sha256-pQVvL9pUK9QTIDG4axuKyYQ4NKO8M4M38ajYDSHFxew=";
cargoHash = "sha256-syBvuCeEHzahEwvLY3f/N02GJRHPi4JDCRYNLd7CqoU=";
nativeBuildInputs = [
installShellFiles