Compare commits

..

3 commits

Author SHA1 Message Date
cdb5808c0c flake: update cargo hash
not sure why it changed, maybe toolchain changes?
2025-02-23 21:09:13 +01:00
37f99e9c6e flake: update all inputs 2025-02-23 21:03:05 +01:00
Bruno BELANYI
9569d8cb6b cargo: bump time to fix compilation error 2024-08-29 19:29:26 +01:00
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -592,7 +592,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "lohr"
version = "0.4.6"
version = "0.4.5"
dependencies = [
"anyhow",
"clap",

View file

@ -1,6 +1,6 @@
[package]
name = "lohr"
version = "0.4.6"
version = "0.4.5"
authors = ["Antoine Martin <antoine@alarsyo.net>"]
edition = "2018"
license = "Apache-2.0 OR MIT"

View file

@ -16,11 +16,11 @@
{
defaultPackage = pkgs.rustPlatform.buildRustPackage {
pname = "lohr";
version = "0.4.6";
version = "0.4.5";
src = ./.;
cargoHash = "sha256-EUhyrhPe+mUgMmm4o+bxRIiSNReJRfw+/O1fPr8r7lo=";
cargoHash = "sha256-U6lW2kN/2MXDIl97wg4dNdtm9C4K7gGP0cfhu49zRUQ=";
meta = with pkgs.lib; {
description = "A Git mirroring tool";