add file
This commit is contained in:
parent
36eb89f9c9
commit
40051640a6
1 changed files with 14 additions and 0 deletions
14
modules/fedi/iceshrimp.nix
Normal file
14
modules/fedi/iceshrimp.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ fetchFromGitea, buildDotnetModule }: let
|
||||
ver = "v2024.1-beta4.security2";
|
||||
in buildDotnetModule rec {
|
||||
pname = "iceshrimp";
|
||||
version = ver;
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "iceshrimp.dev";
|
||||
owner = "iceshrimp";
|
||||
repo = "Iceshrimp.NET";
|
||||
rev = ver;
|
||||
hash = "";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue