Fix mysteriously incorrect sha256 hash

This commit is contained in:
Alexis Williams
2025-05-21 17:08:16 -07:00
parent 3a7a5584be
commit ca1d748980
@@ -10,7 +10,7 @@ python3Packages.buildPythonApplication rec {
src = fetchzip {
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v${version}/FontPatcher.zip";
sha256 = "sha256-qPEeUR7Xxp6WaAhYwGtQpkPqd1LibVzRPdXlzFOrF2A=";
sha256 = "sha256-koZj0Tn1HtvvSbQGTc3RbXQdUU4qJwgClOVq1RXW6aM=";
stripRoot = false;
};