lohr: v0.4.4

This commit is contained in:
Antoine Martin 2023-12-12 15:39:39 +01:00
parent 926f48f979
commit b6445e6707
3 changed files with 4 additions and 4 deletions

View file

@ -16,11 +16,11 @@
{
defaultPackage = pkgs.rustPlatform.buildRustPackage {
pname = "lohr";
version = "0.4.3";
version = "0.4.4";
src = ./.;
cargoHash = "sha256-g9GWqZnO79j9VMndyRgx4FUBlsWqYo028tHegntxkgQ=";
cargoHash = "sha256-15OVia/oQXAGvjHTPTceKottKgEgFJRfHbzWdzCtcjY=";
meta = with pkgs.lib; {
description = "A Git mirroring tool";