Merge pull request #237147 from MidAutumnMoon/nf-patcher

nerd-font-patcher: 3.0.1 -> 3.0.2
This commit is contained in:
Christian Kögler 2023-06-11 11:21:48 +02:00 committed by GitHub
commit 1c03751c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "nerd-font-patcher";
version = "3.0.1";
version = "3.0.2";
src = fetchzip {
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v${version}/FontPatcher.zip";
sha256 = "sha256-kh3zQ0lXCmiO72ZXwvLm7LGUZu0hg8G8TG+pknkK1yo=";
sha256 = "sha256-ZJpF/Q5lfcW3srb2NbJk+/QEuwaFjdzboa+rl9L7GGE=";
stripRoot = false;
};