sketchybar-app-font: 2.0.14 -> 2.0.15

This commit is contained in:
Austin Horstman 2024-03-22 20:38:17 -05:00
parent 3ad5565787
commit 2f21ef1683
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@ in
}:
let
pname = "sketchybar-app-font";
version = "2.0.14";
version = "2.0.15";
selectedSources = map (themeName: builtins.getAttr themeName sources) artifactList;
sources = {
font = fetchurl {
url = "https://github.com/kvndrsslr/sketchybar-app-font/releases/download/v${version}/sketchybar-app-font.ttf";
hash = "sha256-lGzNLBtM+1Cl9tTB4yKkc46ZqDjyt8J0EPNTM/eAziY=";
hash = "sha256-s1mnoHEozmDNsW0P4z97fupAVElxikia0TYLVHJPAM4=";
};
lua = fetchurl {
url = "https://github.com/kvndrsslr/sketchybar-app-font/releases/download/v${version}/icon_map.lua";