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

This commit is contained in:
Christian Kögler
2025-01-25 22:29:22 +01:00
committed by GitHub
@@ -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;
};