mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
weather-icons: 2.0.10 -> 2.0.12
This commit is contained in:
parent
ed61460de2
commit
8e139f0750
@ -1,11 +1,11 @@
|
|||||||
{ lib, fetchzip }:
|
{ lib, fetchzip }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.0.10";
|
version = "2.0.12";
|
||||||
in fetchzip {
|
in fetchzip {
|
||||||
name = "weather-icons-${version}";
|
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 = ''
|
postFetch = ''
|
||||||
mkdir -p $out/share/fonts
|
mkdir -p $out/share/fonts
|
||||||
|
Loading…
Reference in New Issue
Block a user