nerd-font-patcher: 3.5.0 -> 3.5.1

This commit is contained in:
R. Ryantm
2026-08-25 07:21:20 +00:00
parent 88d86cf37a
commit 80d4e20d75

View File

@@ -6,11 +6,11 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "nerd-font-patcher";
version = "3.5.0";
version = "3.5.1";
src = fetchzip {
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v${finalAttrs.version}/FontPatcher.zip";
hash = "sha256-Z3KpaSoJpZx3D07K5EtHBXDl4pyHxnTIg/AuXrzTWWA=";
hash = "sha256-gZ41oZPnsVLcchA58eJ1Vl28ccqePpOZd/ZCEKYywX4=";
stripRoot = false;
};