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

sudo-font: 0.64 -> 0.69
This commit is contained in:
Weijia Wang 2023-01-29 19:55:09 +01:00 committed by GitHub
commit 25585fe0c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''