Update mastodon & homepage

This commit is contained in:
Agatha Lovelace 2023-05-19 17:10:06 +02:00
parent 0dc71ad1cf
commit 5299894bc7
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ pkgs, ... }: { { pkgs, ... }: {
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
"homepage" = { "homepage" = {
image = "ghcr.io/benphelps/homepage:v0.6.12"; image = "ghcr.io/benphelps/homepage:v0.6.18";
autoStart = true; autoStart = true;
ports = [ "127.0.0.1:3000:3000" ]; ports = [ "127.0.0.1:3000:3000" ];
volumes = [ volumes = [

View File

@ -2,8 +2,8 @@
{ fetchgit, applyPatches }: let { fetchgit, applyPatches }: let
src = fetchgit { src = fetchgit {
url = "https://github.com/AgathaSorceress/mastodon.git"; url = "https://github.com/AgathaSorceress/mastodon.git";
rev = "a756be76b5b3455c17ccc2cb68dd3f32e3140c03"; rev = "03aaee3a6dce9fdc1ca08aeaa7ad0180f3d9db47";
sha256 = "1y0acq6rbmiw6j7zx3kma7nk60djdvczphms81vln7mdmbsdrd32"; sha256 = "10lw2l91viicq47lwsj3nlhc4g3mvcpvfc8rd0jzvvbjyfq7npim";
}; };
in applyPatches { in applyPatches {
inherit src; inherit src;

View File

@ -1 +1 @@
"a756be76b5b3455c17ccc2cb68dd3f32e3140c03" "03aaee3a6dce9fdc1ca08aeaa7ad0180f3d9db47"