Merge pull request #99047 from marsam/update-sudo-font

sudo-font: 0.50 -> 0.51
This commit is contained in:
Mario Rodas 2020-10-01 04:56:19 -05:00 committed by GitHub
commit 33d21a2bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ lib, fetchzip }: { lib, fetchzip }:
let let
version = "0.50"; version = "0.51";
in fetchzip { in fetchzip {
name = "sudo-font-${version}"; name = "sudo-font-${version}";
url = "https://github.com/jenskutilek/sudo-font/raw/v${version}/dist/sudo.zip"; url = "https://github.com/jenskutilek/sudo-font/releases/download/v${version}/sudo.zip";
sha256 = "1mk81r9p7ks6av3rj06c6n9vx2qv2hwx6zfbc2mk1filxjirk1ll"; sha256 = "19m132183w5hrc5qvlb6cj38hir2302cqiljlfc72qdlb8al6fwi";
postFetch = '' postFetch = ''
mkdir -p $out/share/fonts/ mkdir -p $out/share/fonts/
@ -21,4 +21,3 @@ in fetchzip {
platforms = platforms.all; platforms = platforms.all;
}; };
} }