parent
f7ee925514
commit
eff17eaef7
5 changed files with 28 additions and 13 deletions
packages/fcft
16
packages/fcft/default.nix
Normal file
16
packages/fcft/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
fcft,
|
||||
fetchFromGitea,
|
||||
...
|
||||
}:
|
||||
fcft.overrideAttrs (o: rec {
|
||||
version = "3.3.0";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "dnkl";
|
||||
repo = o.pname;
|
||||
rev = version;
|
||||
hash = "sha256-spK75cT6x0rHcJT2YxX1e39jvx4uQKL/b4CHO7bon4s=";
|
||||
};
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue