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