Compare commits

...
Author SHA1 Message Date
fi
f46804a0ec
Update element-web to 1.12.26 2026-08-29 19:19:23 +02:00
fi
8337ec9cec
Update mastodon to 4.6.6 2026-08-29 18:57:35 +02:00
fi
427f38b668
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/271998520450db38b8c6b40464ea1fdb466db60c' (2026-08-20)
  → 'github:NixOS/nixpkgs/ca23145d9899c9d4b7f035339e2f21cf3106aa79' (2026-08-29)
• Updated input 'nixpkgs-master':
    'github:NixOS/nixpkgs/bbd04eeeb273af1161c8454b306a6bba12db2913' (2026-08-21)
  → 'github:NixOS/nixpkgs/fbb66a3937bcf9251661f0c4cf987d2215471d0b' (2026-08-29)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/5cca3a89405eb65d2adb43754c2af8dac7b6f2e1' (2026-08-20)
  → 'github:NixOS/nixpkgs/413a9b88e4284b6f118f8e565b3442ade07336ae' (2026-08-29)
2026-08-29 16:47:18 +02:00
3 changed files with 13 additions and 13 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.4"; version = "4.6.6";
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-lqtAsCIC+v161BH14wbyKfIN7jVVqJ6fi2pyFfX5ONg="; sha256 = "sha256-V/mhT11IJ60kT7Q1dP17XOEUIVGNuJoitseDBX1sbjI=";
}; };
# 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;

View file

@ -1,9 +1,9 @@
{ pkgs, ... }: { pkgs, ... }:
let let
elementWebVersion = "1.12.23"; elementWebVersion = "1.12.26";
element-web = pkgs.fetchzip { element-web = pkgs.fetchzip {
url = "https://github.com/vector-im/element-web/releases/download/v${elementWebVersion}/element-v${elementWebVersion}.tar.gz"; url = "https://github.com/vector-im/element-web/releases/download/v${elementWebVersion}/element-v${elementWebVersion}.tar.gz";
sha256 = "sha256-VuGsj7l6tcRPlun2eeKZG2v8H9w5Oxow++mfgkNIBXM="; sha256 = "sha256-Izv90Qu7HfSPKJPR09veKjIOv353phJR86Xj3qNN67k=";
}; };
elementWebSecurityHeaders = '' elementWebSecurityHeaders = ''
# Configuration best practices # Configuration best practices

18
flake.lock generated
View file

@ -118,11 +118,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1787184810, "lastModified": 1787993413,
"narHash": "sha256-8Z9Q4Wh/nqdpVSsVvSXxpIJ442CFzLDwfKmWMOsJwts=", "narHash": "sha256-UxFzpSVQ7zZdd9bPc/sgCkbtSMwJkAKi82tas5FXgFI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "271998520450db38b8c6b40464ea1fdb466db60c", "rev": "ca23145d9899c9d4b7f035339e2f21cf3106aa79",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -134,11 +134,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1787339841, "lastModified": 1788014248,
"narHash": "sha256-5c8DcKPfGCeJYsuReMWdWNo117KXUQraO7PbzqT2UD8=", "narHash": "sha256-chLOsk2M/uoj7q5i+72+g4S2fjVJ49TPYxGxzqduuYI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bbd04eeeb273af1161c8454b306a6bba12db2913", "rev": "fbb66a3937bcf9251661f0c4cf987d2215471d0b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -150,11 +150,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1787234702, "lastModified": 1787994130,
"narHash": "sha256-kvsnFCG4T5dmUj7BMcmpuPZjZNSjOZfhXUdjiBQG2xk=", "narHash": "sha256-fcaFTLuyHlYKRKBjZ2TKE9+aC8s05v+JjN1X7X/EQJY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5cca3a89405eb65d2adb43754c2af8dac7b6f2e1", "rev": "413a9b88e4284b6f118f8e565b3442ade07336ae",
"type": "github" "type": "github"
}, },
"original": { "original": {