Merge pull request #133045 from Artturin/weatherupdate

weather-icons: 2.0.10 -> 2.0.12

authored by Artturi and committed by GitHub 644f3c46 52279811

+2 -2
+2 -2
pkgs/data/fonts/weather-icons/default.nix
··· 1 1 { lib, fetchzip }: 2 2 3 3 let 4 - version = "2.0.10"; 4 + version = "2.0.12"; 5 5 in fetchzip { 6 6 name = "weather-icons-${version}"; 7 7 8 - url = "https://github.com/erikflowers/weather-icons/archive/${version}.zip"; 8 + url = "https://github.com/erikflowers/weather-icons/archive/refs/tags/${version}.zip"; 9 9 10 10 postFetch = '' 11 11 mkdir -p $out/share/fonts