diff options
| author | qaristote <quentin.aristote@ens.fr> | 2023-03-28 10:37:40 +0200 |
|---|---|---|
| committer | qaristote <quentin.aristote@ens.fr> | 2023-03-28 10:37:40 +0200 |
| commit | ab89e2efcbed6bc0055ee344bf921427ff5c623d (patch) | |
| tree | c831657dedaeae42baeaa40ac8d5bf81a72ed0d3 /pkgs/static/icons | |
| parent | 5065f0cdeaaeb77604baad254d0e44420afb880c (diff) | |
pkgs: static: icons: update
Diffstat (limited to 'pkgs/static/icons')
| -rw-r--r-- | pkgs/static/icons/default.nix | 6 | ||||
| -rw-r--r-- | pkgs/static/icons/urls.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/static/icons/default.nix b/pkgs/static/icons/default.nix index a98aee9..3a9a7c6 100644 --- a/pkgs/static/icons/default.nix +++ b/pkgs/static/icons/default.nix @@ -5,11 +5,11 @@ sha256 = "0b4gqhw9y62fm72x61q03yzbllgfxpkjbbsdvj7d5wg3jshjkgdb"; }; mubi = fetchurl { - url = "https://mubi.com/logo"; - sha256 = "1h6qi579dcmd7l9mmwq2c4y67lbpkfjwq19kivfnfxwr38f769h4"; + url = "https://mubi.com/MUBI-logo.png"; + sha256 = "0fc53c8j6dvphykabqiy146hjmpnczm5rvlf92fycyiqgrg260c4"; }; deezer = fetchurl { url = "https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/deezer.svg"; - sha256 = "1qcj1gqz8gc9cwlj4cl6yj5ik1vz4ya6qcncr5fbciprzaaf3pg9"; + sha256 = "1h9m9rsg3hdr7w5g8g560rlwyy2wmk5a397cg1vr7gg37v9izh92"; }; } diff --git a/pkgs/static/icons/urls.txt b/pkgs/static/icons/urls.txt index 388daa2..45a2536 100644 --- a/pkgs/static/icons/urls.txt +++ b/pkgs/static/icons/urls.txt @@ -1,3 +1,3 @@ netflix https://www.vectorlogo.zone/logos/netflix/netflix-icon.svg -mubi https://mubi.com/logo +mubi https://mubi.com/MUBI-logo.png deezer https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/deezer.svg |
