mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
chhoto-url: Enable git LFS for pulling the images
Upstream switched to using LFS for storing the images (favicon, etc):fcbb3e13e5(cherry picked from commite9fd13d958)
This commit is contained in:
committed by
github-actions[bot]
parent
c4b70dbcf6
commit
ae3ccb50a8
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user