From e1d55a3328d6364865952fa6a1432d9e01749b19 Mon Sep 17 00:00:00 2001 From: Judson Lester Date: Fri, 16 Aug 2024 09:44:53 -0700 Subject: [PATCH] lorri: 1.7.0 -> 1.7.1 Motivated by transition to Rust 1.8.0 and issues with the old `time` crate --- pkgs/tools/misc/lorri/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/lorri/default.nix b/pkgs/tools/misc/lorri/default.nix index 39a6f9efa1a6..001efe6563b8 100644 --- a/pkgs/tools/misc/lorri/default.nix +++ b/pkgs/tools/misc/lorri/default.nix @@ -14,9 +14,9 @@ let # Run `eval $(nix-build -A lorri.updater)` after updating the revision! # It will copy some required files if necessary. # Also don’t forget to run `nix-build -A lorri.tests` - version = "1.7.0"; - sha256 = "sha256-pGNhhEBHyWhTaW24dHrxAvpb/qr5RPbHXRwDZx6Rf74="; - cargoHash = "sha256-ENZATiBhoO+N6NpSknOWpvsatkaYb4mS/E63XNRXfMU="; + version = "1.7.1"; + sha256 = "sha256-dEdKMgE4Jd8CCvtGQDZNDCYOomZAV8aR7Cmtyn8RfTo="; + cargoHash = "sha256-+sKxKxc2DVHn54uQa8K+CKmm0A0ym9SXgtOcfRZ6R5E="; in (rustPlatform.buildRustPackage rec { pname = "lorri";