sudo-font: 0.64 -> 0.69

https://github.com/jenskutilek/sudo-font/releases/tag/v0.69
This commit is contained in:
Mario Rodas 2023-01-28 04:20:00 +00:00
parent 4c24feb7ed
commit f29431a85c

View file

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