Compare commits

..

2 Commits

Author SHA1 Message Date
ea75dad5ba matrix: update 2026-02-21 22:47:33 -05:00
1e25d86d44 update 2026-02-21 22:19:36 -05:00
2 changed files with 12 additions and 12 deletions

18
flake.lock generated
View File

@@ -265,11 +265,11 @@
"systems": "systems_3" "systems": "systems_3"
}, },
"locked": { "locked": {
"lastModified": 1771469368, "lastModified": 1771641457,
"narHash": "sha256-yGRHre2BINQJBDAyUwxyzvgAce22J4pNdpLS8roo6fY=", "narHash": "sha256-TIekRGfeCwuEmYcWex40RTx0Gd46pqmyUtxdFKb5juI=",
"owner": "Infinidoge", "owner": "Infinidoge",
"repo": "nix-minecraft", "repo": "nix-minecraft",
"rev": "a708458be9b9421e377c54d86807d3490db53816", "rev": "c4e2b8969e09067da9d44b6b5762e1e896418f40",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -296,11 +296,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1771419570, "lastModified": 1771574726,
"narHash": "sha256-bxAlQgre3pcQcaRUm/8A0v/X8d2nhfraWSFqVmMcBcU=", "narHash": "sha256-D1PA3xQv/s4W3lnR9yJFSld8UOLr0a/cBWMQMXS+1Qg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6d41bc27aaf7b6a3ba6b169db3bd5d6159cfaa47", "rev": "c217913993d6c6f6805c3b1a3bda5e639adfde6d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -509,11 +509,11 @@
"trackerlist": { "trackerlist": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1771542582, "lastModified": 1771715376,
"narHash": "sha256-sFWG+t8U1JuHViV2ESrtXf1kVq3GFHihmGSoAIAJjUQ=", "narHash": "sha256-jNn24ZKdTNYkna7w6ajmFK30/wiKu7iFOCB9MSq9pxE=",
"owner": "ngosang", "owner": "ngosang",
"repo": "trackerslist", "repo": "trackerslist",
"rev": "de994ca82ae92dca5ef1ea16cdcf7761ca1deff0", "rev": "11421fb1650b845452a5e00cb2c8d931a7fd6c02",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -12,8 +12,8 @@ let
domain = "forgejo.ellis.link"; domain = "forgejo.ellis.link";
owner = "continuwuation"; owner = "continuwuation";
repo = "continuwuity"; repo = "continuwuity";
rev = "efd879fcd8013e359d398bb495ee5520d0e5156b"; rev = "688ef727e5f2b04812f79bd5507e02f17f70b699";
hash = "sha256-7hS6Mi8iOrJqRnQvfbg7MM4SWf1ntMCe3uVGb2Gq7l8="; hash = "sha256-mLcz20Gd5cYOCox0vDWYepFYenBD72klcDM1ARxk1dA=";
}; };
in in
pkgs.matrix-continuwuity.overrideAttrs (old: { pkgs.matrix-continuwuity.overrideAttrs (old: {
@@ -21,7 +21,7 @@ let
cargoDeps = pkgs.rustPlatform.fetchCargoVendor { cargoDeps = pkgs.rustPlatform.fetchCargoVendor {
inherit src; inherit src;
name = "${old.pname}-vendor"; name = "${old.pname}-vendor";
hash = "sha256-N7PdVPKnXAUZx1GElAolxTFWCU1MSmFjzZrEAsedCnU="; hash = "sha256-V7OEvZxRe4Hg/XNp4PtQWxxQS8a5ONUw5X+6n7DIaCI=";
}; };
patches = (old.patches or [ ]) ++ [ patches = (old.patches or [ ]) ++ [