18 lines
391 B
Nix
18 lines
391 B
Nix
# This file was generated by pkgs.mastodon.updateScript.
|
|
{ fetchFromGitHub, applyPatches, patches ? [] }:
|
|
let
|
|
version = "2.25.1";
|
|
in
|
|
(
|
|
applyPatches {
|
|
src = fetchFromGitHub {
|
|
owner = "loomio";
|
|
repo = "loomio";
|
|
rev = "v${version}";
|
|
hash = "sha256-dtzx6rbtGRQoryyseVoaA/fsmj/2T5k8vJFozzvu9ZE=";
|
|
};
|
|
patches = patches ++ [];
|
|
}) // {
|
|
inherit version;
|
|
}
|