sudo-font: fix missing webfont output
This commit is contained in:
@@ -9,6 +9,11 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "sudo-font";
|
||||
version = "3.4";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"webfont"
|
||||
];
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/jenskutilek/sudo-font/releases/download/v${finalAttrs.version}/sudo.zip";
|
||||
hash = "sha256-sSLY94wY9+AYAqWDq+Xy+KctUfJVS0jeS3baF8mLO9I=";
|
||||
|
||||
Reference in New Issue
Block a user