sudo-font: 1.0 -> 1.1

This commit is contained in:
R. Ryantm 2024-03-05 02:43:10 +00:00
parent 0bb74f147b
commit 9ef366a058

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "sudo-font"; pname = "sudo-font";
version = "1.0"; version = "1.1";
src = fetchzip { src = fetchzip {
url = "https://github.com/jenskutilek/sudo-font/releases/download/v${version}/sudo.zip"; url = "https://github.com/jenskutilek/sudo-font/releases/download/v${version}/sudo.zip";
hash = "sha256-XD+oLfPE8DD5DG5j/VN6nTVn+mhFE5qqyvjwDk2Dr/I="; hash = "sha256-acHeaA8WIkGNrjErbLCkkUpkIZvLbgaV+pvr56ku5tw=";
}; };
installPhase = '' installPhase = ''