lohr: v0.4.0
This is the first lohr release that compiles on stable Rust, yay!
This commit is contained in:
parent
264b7baccd
commit
6c4a496ede
3 changed files with 4 additions and 4 deletions
|
|
@ -16,11 +16,11 @@
|
|||
{
|
||||
defaultPackage = pkgs.rustPlatform.buildRustPackage {
|
||||
pname = "lohr";
|
||||
version = "0.3.1";
|
||||
version = "0.4.0";
|
||||
|
||||
src = ./.;
|
||||
|
||||
cargoSha256 = "sha256-XnBvb13Pv7bNTLCL3WV+bxRK0/uMEKA1/Bk0Tfua3Rs=";
|
||||
cargoSha256 = "sha256-5a2mK+E6LlR5RHDAhHDvnfPNG+0JdvpnL4kuTiz7vVg=";
|
||||
|
||||
meta = with pkgs.lib; {
|
||||
description = "A Git mirroring tool";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue