1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

Merge pull request #133045 from Artturin/weatherupdate

weather-icons: 2.0.10 -> 2.0.12
This commit is contained in:
Artturi 2021-08-08 01:03:37 +03:00 committed by GitHub
commit 644f3c46ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ lib, fetchzip }:
let
version = "2.0.10";
version = "2.0.12";
in fetchzip {
name = "weather-icons-${version}";
url = "https://github.com/erikflowers/weather-icons/archive/${version}.zip";
url = "https://github.com/erikflowers/weather-icons/archive/refs/tags/${version}.zip";
postFetch = ''
mkdir -p $out/share/fonts