mirror of
https://github.com/ivabus/nixos
synced 2024-11-24 17:35:07 +03:00
Bump urouter to 0.5.1
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
55ab3d745c
commit
edc661f721
1 changed files with 3 additions and 3 deletions
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "urouter";
|
pname = "urouter";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-4+p5CicHzpU15c6aK5R5cf5e0gxWoWf/5jhxDrD0Po8=";
|
sha256 = "sha256-3dSH56Asyp9znhmrJAe25ne7EgEMTG7N7XxXgjzxmW0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-9qEu9EzQ5jpMa9veY/ozUWiOVCgs6iZ6AJsZb/dHgDo=";
|
cargoSha256 = "sha256-mFR8GB4bL20kCWuqmwEec3qAZXr+fu0n0vhnenuFomA=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue