simple-http-server: 0.6.12 -> 0.6.13

This commit is contained in:
R. Ryantm 2025-06-30 18:54:17 +00:00
parent 429b4bdce5
commit 376e54b34b

View File

@ -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 ];