lohr: v0.4.2

This commit is contained in:
Antoine Martin 2021-06-10 05:40:15 +02:00
parent b78c486a0e
commit 964975bada
3 changed files with 4 additions and 4 deletions

View file

@ -16,11 +16,11 @@
{
defaultPackage = pkgs.rustPlatform.buildRustPackage {
pname = "lohr";
version = "0.4.1";
version = "0.4.2";
src = ./.;
cargoSha256 = "sha256-cUxUTOp21NzYqmLQc3XmOly0k9xo5wRqsen4iiZfg/Y=";
cargoSha256 = "sha256-YHg4b6rKcnVJSDoWh9/o+p40NBog65Gd2/UwIDXiUe0=";
meta = with pkgs.lib; {
description = "A Git mirroring tool";