Bump urouter to 0.6.0

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2023-12-23 14:20:06 +03:00
parent fbdcf8f3c7
commit 8aedc81916
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C

View file

@ -3,14 +3,14 @@
rustPlatform.buildRustPackage rec {
pname = "urouter";
version = "0.5.3";
version = "0.6.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-8vQaaIn5mmaUM8KGtCx0HBVSWOz7dhVkaAU5AHU859Y=";
sha256 = "sha256-KfoZ9NinD6PCL4M3U4sB8GHdbDLeRW7uFeQpGxmzJ90=";
};
cargoSha256 = "sha256-toNctf5EeLEAX3IEmekqgl13Wh6x9YKKQvjPcxBa2VA=";
cargoSha256 = "sha256-VfoF4hzWf5j2QtXyS/jFYCMfowl47YcAjxs2PV9C6oo=";
nativeBuildInputs = [ pkgs.pkg-config ];
}