mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] chhoto-url: Enable git LFS for pulling the images (#532309)
This commit is contained in:
commit
1d92060175
1 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue