Merge pull request #335154 from nyarly/update-lorri-1.7.1

lorri: 1.7.0 -> 1.7.1
This commit is contained in:
Sandro
2024-08-16 23:48:53 +02:00
committed by GitHub
+3 -3
View File
@@ -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 dont 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";