Unverified Commit e1484606 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #297534 from r-ryantm/auto-update/sketchybar-app-font

sketchybar-app-font: 2.0.11 -> 2.0.12
parents 79bb4ed0 9e9f2861
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "sketchybar-app-font";
  version = "2.0.11";
  version = "2.0.12";

  src = fetchurl {
    url = "https://github.com/kvndrsslr/sketchybar-app-font/releases/download/v${finalAttrs.version}/sketchybar-app-font.ttf";
    hash = "sha256-coTwsCIausXlg1BGRPARnwq50rJgR8WyfER5Q4dkMuw=";
    hash = "sha256-qACf4eWDeubBmJV0ApWidp2ESLREi5qiLliWCXoMBKY=";
  };

  dontUnpack = true;