From ae3ccb50a84a91ce7732deba833d80ff7fa248e9 Mon Sep 17 00:00:00 2001 From: Gareth Pye Date: Mon, 15 Jun 2026 12:45:36 +1000 Subject: [PATCH] chhoto-url: Enable git LFS for pulling the images Upstream switched to using LFS for storing the images (favicon, etc): https://github.com/SinTan1729/chhoto-url/commit/fcbb3e13e503163075061553430453d5e16e758a (cherry picked from commit e9fd13d9588532fcc9b74a0d32702df7470acea3) --- pkgs/by-name/ch/chhoto-url/package.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ch/chhoto-url/package.nix b/pkgs/by-name/ch/chhoto-url/package.nix index 7f3a2ec9ba89..e40b1fb1ca42 100644 --- a/pkgs/by-name/ch/chhoto-url/package.nix +++ b/pkgs/by-name/ch/chhoto-url/package.nix @@ -14,7 +14,8 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "SinTan1729"; repo = "chhoto-url"; tag = finalAttrs.version; - hash = "sha256-B6bMuy/EEveYtQtGBO5CNeEUlPK8eQ412k+SwlRPm2M="; + hash = "sha256-n8fCQeY0gIyZuACKWa8Fk9TQ680PpVS2MHMFy7UgDwk="; + fetchLFS = true; }; sourceRoot = "${finalAttrs.src.name}/actix";