Unverified Commit d71bc768 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

sketchybar-app-font: 2.0.43 -> 2.0.46 (#448508)

parents 3acebf04 072dd266
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

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

  src = fetchFromGitHub {
    owner = "kvndrsslr";
    repo = "sketchybar-app-font";
    tag = "v${finalAttrs.version}";
    hash = "sha256-F2Zg3sg56lftY1NWqwUZiYhEP/JCebWUg5ICAnB4Mu8=";
    hash = "sha256-s4R0kxLbaWrjoLacnfZcLdtcRD0rC1na2JOV3B+p6T8=";
  };

  pnpmDeps = pnpm_9.fetchDeps {