update mastodon to latest
This commit is contained in:
parent
84ce4a13ca
commit
4f44568e31
2 changed files with 8 additions and 8 deletions
12
flake.lock
12
flake.lock
|
@ -460,11 +460,11 @@
|
|||
},
|
||||
"nixpkgs-master": {
|
||||
"locked": {
|
||||
"lastModified": 1688678099,
|
||||
"narHash": "sha256-qicjwpcEreWKp//7lqrGMZ9jow7ztyh//a46qf93k2M=",
|
||||
"lastModified": 1688708249,
|
||||
"narHash": "sha256-UFnd82sdi1Bjds6+GrtyfJrXqLxPiB/GbTgIol1EetA=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "5ad513ca9329ce36e9a8c487ab08bf5da015cf32",
|
||||
"rev": "6968383d96d56ab8339b0dcbd6fc278db720a4d2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -539,11 +539,11 @@
|
|||
},
|
||||
"nur": {
|
||||
"locked": {
|
||||
"lastModified": 1688676346,
|
||||
"narHash": "sha256-S5svlg2eqvMVfUkEQP6ydvOo/b5Y6XuUPogz2gBcZQs=",
|
||||
"lastModified": 1688707142,
|
||||
"narHash": "sha256-8CwrDK1PzaFasyuS6RQA7GjrTOCwIj1ZsMwrNh2B1JI=",
|
||||
"owner": "nix-community",
|
||||
"repo": "NUR",
|
||||
"rev": "9118afd450a5feb9ca326ffcac24ba17b3af358a",
|
||||
"rev": "16f56be23e75315792dcc0c73b755f5381a1d9bf",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, inputs, lib, ... }:
|
||||
let
|
||||
unstablePkgs = inputs.nixpkgs-nixos-unstable.legacyPackages.${pkgs.system};
|
||||
package = unstablePkgs.mastodon;
|
||||
newestPackages = inputs.nixpkgs-master.legacyPackages.${pkgs.system};
|
||||
package = newestPackages.mastodon;
|
||||
domain = "peninsula.industries";
|
||||
streamingPort = 55000;
|
||||
webPort = 55001;
|
||||
|
|
Loading…
Reference in a new issue