0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nerd-font-patcher: 3.3.0 -> 3.4.0 (#409580)

This commit is contained in:
Christian Kögler 2025-05-22 09:53:27 +02:00 committed by GitHub
commit b7704ad80a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,11 +6,11 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "nerd-font-patcher"; pname = "nerd-font-patcher";
version = "3.3.0"; version = "3.4.0";
src = fetchzip { src = fetchzip {
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v${version}/FontPatcher.zip"; url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v${version}/FontPatcher.zip";
sha256 = "sha256-/LbO8+ZPLFIUjtZHeyh6bQuplqRfR6SZRu9qPfVZ0Mw="; sha256 = "sha256-koZj0Tn1HtvvSbQGTc3RbXQdUU4qJwgClOVq1RXW6aM=";
stripRoot = false; stripRoot = false;
}; };