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
This commit is contained in:
Gareth Pye
2026-06-16 10:20:03 +10:00
committed by Gareth Pye
parent 9ae611a455
commit e9fd13d958
+2 -1
View File
@@ -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";