httm: 0.49.9 -> 0.50.0 (#528291)

This commit is contained in:
Nick Cao
2026-06-05 20:03:36 +00:00
committed by GitHub

View File

@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "httm";
version = "0.49.9";
version = "0.50.0";
src = fetchFromGitHub {
owner = "kimono-koans";
repo = "httm";
rev = finalAttrs.version;
hash = "sha256-Y0WYgi/VdGjE70XZcJD7G+ONCSq2YXpX9/RyijPW3kc=";
hash = "sha256-+19Xu42Tp0WkhdmhfFOAbSrTZ3SSQRgbOQwZY8KrFJg=";
};
cargoHash = "sha256-CSwfwW5ChnvrtN+zl2DdAPHDJCL3RSQHlBT2xWt+KCc=";
cargoHash = "sha256-HdYBWbyl5FSOf/hgtXV3BbjpXfrM/6EJpDese5hBNzk=";
nativeBuildInputs = [ installShellFiles ];