13 lines
348 B
Nix
13 lines
348 B
Nix
# This file was generated by pkgs.diaspora.updateScript.
|
|
{ fetchFromGitHub, applyPatches }: let
|
|
src = fetchFromGitHub {
|
|
owner = "diaspora";
|
|
repo = "diaspora";
|
|
rev = "744f5449fb7bfd1ac2bfd50d2e157d97c77a3bca";
|
|
sha256 = "193sv84489bq9s98lqqgpc0p32jy8qpzmii1y1lv4fgf7v121f70";
|
|
};
|
|
in applyPatches {
|
|
inherit src;
|
|
patches = [];
|
|
}
|