Compare commits

..
Author SHA1 Message Date
fi
901e080964
Update mastodon to 4.6.7 2026-09-07 17:18:35 +02:00
fi
b4d76d8f43
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/ca23145d9899c9d4b7f035339e2f21cf3106aa79' (2026-08-29)
  → 'github:NixOS/nixpkgs/dfbb480fdd97d6a9c27153fcc05e8d5493e81117' (2026-09-07)
• Updated input 'nixpkgs-master':
    'github:NixOS/nixpkgs/fbb66a3937bcf9251661f0c4cf987d2215471d0b' (2026-08-29)
  → 'github:NixOS/nixpkgs/379c504e3a648fa7a89bb0a4e3fcc4789c7de26c' (2026-09-07)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/413a9b88e4284b6f118f8e565b3442ade07336ae' (2026-08-29)
  → 'github:NixOS/nixpkgs/9485e5e151b6bcea0fef6980325ec8fb4194d30c' (2026-09-07)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/a8627b21b9107c5711c96b84f32a9a4b3d45295f' (2026-08-13)
  → 'github:Mic92/sops-nix/fbf759290e0cb0a98dfc813a4eb7d53ad1dacb57' (2026-09-02)
2026-09-07 16:39:48 +02:00
2 changed files with 14 additions and 14 deletions

View file

@ -16,14 +16,14 @@ let
}; };
mastodonNekoverseOverlay = final: prev: { mastodonNekoverseOverlay = final: prev: {
mastodon = (prev.mastodon.override rec { mastodon = (prev.mastodon.override rec {
version = "4.6.6"; version = "4.6.7";
srcOverride = final.applyPatches { srcOverride = final.applyPatches {
src = pkgs.stdenv.mkDerivation { src = pkgs.stdenv.mkDerivation {
name = "mastodonWithThemes"; name = "mastodonWithThemes";
src = pkgs.fetchgit { src = pkgs.fetchgit {
url = "https://github.com/mastodon/mastodon.git"; url = "https://github.com/mastodon/mastodon.git";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-V/mhT11IJ60kT7Q1dP17XOEUIVGNuJoitseDBX1sbjI="; sha256 = "sha256-gSJXe4/uRYYKQTmjMirD2uFA7ymRl2LQP6VHt8nBD9k=";
}; };
# mastodon ships with broken symlinks, disable the check for that for now # mastodon ships with broken symlinks, disable the check for that for now
dontCheckForBrokenSymlinks = true; dontCheckForBrokenSymlinks = true;

24
flake.lock generated
View file

@ -118,11 +118,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1787993413, "lastModified": 1788775051,
"narHash": "sha256-UxFzpSVQ7zZdd9bPc/sgCkbtSMwJkAKi82tas5FXgFI=", "narHash": "sha256-GBq6l64iOmNPOlWeQQTkyMqFtLG0aJSR9if7cz7pwUU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ca23145d9899c9d4b7f035339e2f21cf3106aa79", "rev": "dfbb480fdd97d6a9c27153fcc05e8d5493e81117",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -134,11 +134,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1788014248, "lastModified": 1788791436,
"narHash": "sha256-chLOsk2M/uoj7q5i+72+g4S2fjVJ49TPYxGxzqduuYI=", "narHash": "sha256-i635nsHjIbpQgAw/QXhneatkqAgq1YrctIpLclKisOY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fbb66a3937bcf9251661f0c4cf987d2215471d0b", "rev": "379c504e3a648fa7a89bb0a4e3fcc4789c7de26c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -150,11 +150,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1787994130, "lastModified": 1788761488,
"narHash": "sha256-fcaFTLuyHlYKRKBjZ2TKE9+aC8s05v+JjN1X7X/EQJY=", "narHash": "sha256-mu5sizob4fS6ECwiwFMIlLRn5OZt/DlY29E1xK7ArZc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "413a9b88e4284b6f118f8e565b3442ade07336ae", "rev": "9485e5e151b6bcea0fef6980325ec8fb4194d30c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -219,11 +219,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1786629091, "lastModified": 1788337237,
"narHash": "sha256-gkig4nPi1CWc4Z50GBsjE4ygSE7hMpl/TwID2an2Cck=", "narHash": "sha256-gkSH8VUtCo6hnysNmb9DbTuDepH2t5pv+QWjP75xKAk=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "a8627b21b9107c5711c96b84f32a9a4b3d45295f", "rev": "fbf759290e0cb0a98dfc813a4eb7d53ad1dacb57",
"type": "github" "type": "github"
}, },
"original": { "original": {