···914914}
915915```
916916917917+## `fetchRadiclePatch` {#fetchradiclepatch}
918918+919919+`fetchRadiclePatch` works very similarly to `fetchFromRadicle` with almost the same arguments
920920+expected. However, instead of a `rev` or `tag` argument, a `revision` argument is expected, which
921921+contains the full revision id of the Radicle patch to fetch.
922922+923923+```nix
924924+fetchRadiclePatch {
925925+ seed = "rosa.radicle.xyz";
926926+ repo = "z4V1sjrXqjvFdnCUbxPFqd5p4DtH5"; # radicle-explorer
927927+ revision = "d97d872386c70607beda2fb3fc2e60449e0f4ce4"; # patch: d77e064
928928+ hash = "sha256-ttnNqj0lhlSP6BGzEhhUOejKkkPruM9yMwA5p9Di4bk=";
929929+}
930930+```
931931+917932## `requireFile` {#requirefile}
918933919934`requireFile` allows requesting files that cannot be fetched automatically, but whose content is known.