simple-http-server: 0.6.14 -> 0.8.0

This commit is contained in:
R. Ryantm
2026-03-21 17:19:32 +00:00
parent 7d1d835740
commit fca4ef98a5
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "simple-http-server";
version = "0.6.14";
version = "0.8.0";
src = fetchFromGitHub {
owner = "TheWaWaR";
repo = "simple-http-server";
rev = "v${finalAttrs.version}";
sha256 = "sha256-Ka6PU2Mbu7wIyj5hbAhUa8ncK61wcM+huSKYh/kiH7M=";
sha256 = "sha256-JG9dqc8E8rUjSG3pBypamjNqFpM87r7cK+zP+PSyMCQ=";
};
cargoHash = "sha256-0dODUHXeIVltwMn4U9Y4/NCOTuxkfVxpRYzXIHSTfQQ=";
cargoHash = "sha256-3DelxN2oTFZzoSke7uLbSKYJnF2Bq4MWDvfnKTIsbGk=";
nativeBuildInputs = [ pkg-config ];