weather-icons: forgot to update sha256

launchpad/nixpkgs/master
Artturin 3 years ago
parent 8e139f0750
commit 4925f5367e
  1. 2
      pkgs/data/fonts/weather-icons/default.nix

@ -6,13 +6,13 @@ in fetchzip {
name = "weather-icons-${version}";
url = "https://github.com/erikflowers/weather-icons/archive/refs/tags/${version}.zip";
sha256 = "sha256-NGPzAloeZa1nCazb+mjAbYw7ZYYDoKpLwcvzg1Ly9oM=";
postFetch = ''
mkdir -p $out/share/fonts
unzip -j $downloadedFile weather-icons-${version}/_docs/font-source/weathericons-regular.otf -d $out/share/fonts/opentype
'';
sha256 = "10zny9987wybq55sm803hrjkp33dq1lgmnxc15kssr8yb81g6qrl";
meta = with lib; {
description = "Weather Icons";

Loading…
Cancel
Save