sketchybar-app-font: 1.0.16 -> 1.0.17

This commit is contained in:
R. Ryantm 2023-10-19 14:11:16 +00:00
parent c22fed2281
commit 3b8df3ab1f

View File

@ -5,11 +5,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "sketchybar-app-font";
version = "1.0.16";
version = "1.0.17";
src = fetchurl {
url = "https://github.com/kvndrsslr/sketchybar-app-font/releases/download/v${finalAttrs.version}/sketchybar-app-font.ttf";
hash = "sha256-58gRCEJix9pnZEcoo6bm2zWduP0xXl3WWC6mt36SGuo=";
hash = "sha256-sDMasHVcITTSUP9B87w4I7IZ44tYmabNNWl+kE3dUoE=";
};
dontUnpack = true;