Skip to content

Commit

Permalink
matrix: bump oembed provider (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 13, 2024
1 parent 39d26dd commit 4f26835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/matrix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ in
(
let
providers = pkgs.fetchurl {
url = "https://oembed.com/providers.json?2024-10-24";
hash = "sha256-ACY7Zi8nlHZzKFOiH1KANgRFCWv5Y6cQDj/y7TonGpU=";
url = "https://oembed.com/providers.json?2024-12-13";
hash = "sha256-CL2d/DRukPZCHOkAWz3dCD1551KLcdIJBG1XiaWXYc8=";
};
in
pkgs.runCommand "providers.json"
Expand Down

0 comments on commit 4f26835

Please sign in to comment.