Joshua Manchester
2024-11-10 23:25:56 +00:00
parent 20ee593171
commit be1fa4e9dc
@@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "nerd-font-patcher";
version = "3.1.1";
version = "3.2.1";
src = fetchzip {
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v${version}/FontPatcher.zip";
sha256 = "sha256-H2dPUs6HVKJcjxy5xtz9nL3SSPXKQF3w30/0l7A0PeY=";
sha256 = "sha256-3s0vcRiNA/pQrViYMwU2nnkLUNUcqXja/jTWO49x3BU=";
stripRoot = false;
};