sudo-font: 0.69 -> 0.74

This commit is contained in:
R. Ryantm 2023-09-17 06:34:39 +00:00 committed by Anderson Torres
parent 4f30661f63
commit c14d62f272

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "sudo-font";
version = "0.69";
version = "0.74";
src = fetchzip {
url = "https://github.com/jenskutilek/sudo-font/releases/download/v${version}/sudo.zip";
hash = "sha256-GXlQh9JRAzbwWKTJw/y003ywjaWtiQayHxiWPTPvIO0=";
hash = "sha256-WPoqWhCKk2gZ/cdIjvmiNZ95xZ9sqnGzZuw4OEHxtrI=";
};
installPhase = ''