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

sketchybar-app-font: 2.0.52 -> 2.0.53 (#487078)

parents 9ecefddf cf4c6d68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "sketchybar-app-font";
  version = "2.0.52";
  version = "2.0.53";

  src = fetchFromGitHub {
    owner = "kvndrsslr";
    repo = "sketchybar-app-font";
    tag = "v${finalAttrs.version}";
    hash = "sha256-rxqAzqOL8tB6QbJoYBGwxnxWAEmUZaxapIGTIAaRUhk=";
    hash = "sha256-4ZiFJDNb/VyQhxCbvp1H/BZG0Kc0zffYc3xtUJ6W/IU=";
  };

  pnpmDeps = fetchPnpmDeps {