lohr: v0.4.3

This commit is contained in:
Antoine Martin 2023-12-12 15:24:22 +01:00
parent 689c57a140
commit 77e5214561
3 changed files with 4 additions and 4 deletions

View file

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