summary refs log tree commit diff
path: root/pkgs/data/fonts/weather-icons
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-08-08 01:06:07 +0300
committerArtturin <Artturin@artturin.com>2021-08-08 01:08:04 +0300
commit4925f5367eda85059f96eb5fb02f43d410cf1c15 (patch)
tree566a7667cbfe5b4d249827f8a21691641e65d0ce /pkgs/data/fonts/weather-icons
parent8e139f0750587f96adb9048598df3356c59f3336 (diff)
downloadnixpkgs-4925f5367eda85059f96eb5fb02f43d410cf1c15.tar
nixpkgs-4925f5367eda85059f96eb5fb02f43d410cf1c15.tar.gz
nixpkgs-4925f5367eda85059f96eb5fb02f43d410cf1c15.tar.bz2
nixpkgs-4925f5367eda85059f96eb5fb02f43d410cf1c15.tar.lz
nixpkgs-4925f5367eda85059f96eb5fb02f43d410cf1c15.tar.xz
nixpkgs-4925f5367eda85059f96eb5fb02f43d410cf1c15.tar.zst
nixpkgs-4925f5367eda85059f96eb5fb02f43d410cf1c15.zip
weather-icons: forgot to update sha256
Diffstat (limited to 'pkgs/data/fonts/weather-icons')
-rw-r--r--pkgs/data/fonts/weather-icons/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/fonts/weather-icons/default.nix b/pkgs/data/fonts/weather-icons/default.nix
index 5108376c735..a979dca4477 100644
--- a/pkgs/data/fonts/weather-icons/default.nix
+++ b/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";