move pkgs
This commit is contained in:
parent
84f07ef08f
commit
af2b5a14f2
14 changed files with 1 additions and 1 deletions
18
pkgs/glitch-soc/source.nix
Normal file
18
pkgs/glitch-soc/source.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
# This file was generated by pkgs.mastodon.updateScript.
|
||||
{ fetchFromGitHub, applyPatches, patches ? [] }:
|
||||
let
|
||||
version = "0e562916cce3241d98bd10f04a6aa7419700605";
|
||||
in
|
||||
(
|
||||
applyPatches {
|
||||
src = fetchFromGitHub {
|
||||
owner = "glitch-soc";
|
||||
repo = "mastodon";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-fZH3zPEU5jnYFhLx8OKDNrvsSVT46Peu92L84Fg5YpQ=";
|
||||
};
|
||||
inherit patches;
|
||||
}) // {
|
||||
inherit version;
|
||||
yarnHash = "sha256-P7KswzsCusyiS4MxUFnC1HYMTQ6fLpIwd97AglCukIk=";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue