mirror of
https://github.com/ivabus/nixos
synced 2024-11-21 16:05:07 +03:00
Bump urouter to 0.7.0
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
43a3f55631
commit
f4990de083
1 changed files with 3 additions and 3 deletions
|
@ -3,14 +3,14 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "urouter";
|
||||
version = "0.6.1";
|
||||
version = "0.7.0";
|
||||
|
||||
src = fetchCrate {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-1HKAqX15gvfzUFpyt0FFq9NZog1XSgeEYCrGVu4lSKM=";
|
||||
sha256 = "sha256-2fPrZ4jn9bt7VwSnBXW65sTcrb+pcpMgexpGnz2n12w=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-e/gVAmLhHhkPqxanTSz/qrayJUlBcFT0/WjA726H0bk=";
|
||||
cargoSha256 = "sha256-8bOX/aFSLWqLdjqpZA67iqaJMIQRMPRK38gbI9//tD8=";
|
||||
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue