nitch: fix nerdfont icons

authored by michaelBelsanti and committed by Emery Hemingway 66c418d2 ba0f52d8

+5 -2
+5 -2
pkgs/tools/misc/nitch/default.nix
··· 4 4 version = "0.1.6"; 5 5 nimBinOnly = true; 6 6 src = fetchFromGitHub { 7 - owner = "unxsh"; 7 + owner = "ssleert"; 8 8 repo = "nitch"; 9 9 rev = "42ad6899931dd5e0cec7b021c2b7e383fcc891f3"; 10 10 hash = "sha256-QI7CbP0lvvjD+g29FR/YJjuZboZ+PoHynsNbpYC9SvE="; ··· 15 15 url = "https://github.com/unxsh/nitch/commit/6831cf96144f58c4da298a0bc9b50d33056f6c08.patch"; 16 16 sha256 = "sha256-uZUzUBLHBsssNqDxZ0NuTRMN9/gBxIlIiGgQkqCqEFc="; 17 17 }) 18 + (fetchpatch { 19 + url = "https://github.com/ssleert/nitch/commit/ff10dea47dbc4d9736bd839b87869f53166cf395.patch"; 20 + hash = "sha256-n7JtI1Td0xMqhuScnMvxTkbY2I+l+FcUTz7aytxFasE="; 21 + }) 18 22 ]; 19 23 20 24 meta = with lib; { ··· 23 27 license = licenses.mit; 24 28 platforms = platforms.linux; 25 29 maintainers = with maintainers; [ michaelBelsanti ]; 26 - mainProgram = "nitch"; 27 30 }; 28 31 }