Merge pull request #133055 from Artturin/wea

weather-icons: forgot to update sha256

authored by Artturi and committed by GitHub ec8f896b 644f3c46

+1 -1
+1 -1
pkgs/data/fonts/weather-icons/default.nix
··· 6 name = "weather-icons-${version}"; 7 8 url = "https://github.com/erikflowers/weather-icons/archive/refs/tags/${version}.zip"; 9 10 postFetch = '' 11 mkdir -p $out/share/fonts 12 unzip -j $downloadedFile weather-icons-${version}/_docs/font-source/weathericons-regular.otf -d $out/share/fonts/opentype 13 ''; 14 15 - sha256 = "10zny9987wybq55sm803hrjkp33dq1lgmnxc15kssr8yb81g6qrl"; 16 17 meta = with lib; { 18 description = "Weather Icons";
··· 6 name = "weather-icons-${version}"; 7 8 url = "https://github.com/erikflowers/weather-icons/archive/refs/tags/${version}.zip"; 9 + sha256 = "sha256-NGPzAloeZa1nCazb+mjAbYw7ZYYDoKpLwcvzg1Ly9oM="; 10 11 postFetch = '' 12 mkdir -p $out/share/fonts 13 unzip -j $downloadedFile weather-icons-${version}/_docs/font-source/weathericons-regular.otf -d $out/share/fonts/opentype 14 ''; 15 16 17 meta = with lib; { 18 description = "Weather Icons";