Unverified Commit c32142f4 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

nerd-font-patcher: 3.2.1 -> 3.3.0 (#376647)

parents 94649d7c 1d721acb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

python3Packages.buildPythonApplication rec {
  pname = "nerd-font-patcher";
  version = "3.2.1";
  version = "3.3.0";

  src = fetchzip {
    url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v${version}/FontPatcher.zip";
    sha256 = "sha256-3s0vcRiNA/pQrViYMwU2nnkLUNUcqXja/jTWO49x3BU=";
    sha256 = "sha256-/LbO8+ZPLFIUjtZHeyh6bQuplqRfR6SZRu9qPfVZ0Mw=";
    stripRoot = false;
  };