sudo-font: 0.74 -> 0.77

This commit is contained in:
R. Ryantm 2023-10-19 23:21:09 +00:00
parent 3f84dd89b8
commit efc5d2c350

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