update mastodon to latest

This commit is contained in:
Cyryl Płotnicki 2023-07-07 07:00:12 +01:00
parent 84ce4a13ca
commit 4f44568e31
2 changed files with 8 additions and 8 deletions

View file

@ -460,11 +460,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1688678099, "lastModified": 1688708249,
"narHash": "sha256-qicjwpcEreWKp//7lqrGMZ9jow7ztyh//a46qf93k2M=", "narHash": "sha256-UFnd82sdi1Bjds6+GrtyfJrXqLxPiB/GbTgIol1EetA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5ad513ca9329ce36e9a8c487ab08bf5da015cf32", "rev": "6968383d96d56ab8339b0dcbd6fc278db720a4d2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -539,11 +539,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1688676346, "lastModified": 1688707142,
"narHash": "sha256-S5svlg2eqvMVfUkEQP6ydvOo/b5Y6XuUPogz2gBcZQs=", "narHash": "sha256-8CwrDK1PzaFasyuS6RQA7GjrTOCwIj1ZsMwrNh2B1JI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "9118afd450a5feb9ca326ffcac24ba17b3af358a", "rev": "16f56be23e75315792dcc0c73b755f5381a1d9bf",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,7 +1,7 @@
{ config, pkgs, inputs, lib, ... }: { config, pkgs, inputs, lib, ... }:
let let
unstablePkgs = inputs.nixpkgs-nixos-unstable.legacyPackages.${pkgs.system}; newestPackages = inputs.nixpkgs-master.legacyPackages.${pkgs.system};
package = unstablePkgs.mastodon; package = newestPackages.mastodon;
domain = "peninsula.industries"; domain = "peninsula.industries";
streamingPort = 55000; streamingPort = 55000;
webPort = 55001; webPort = 55001;