sudo-font: 1.4 -> 2.0.0

This commit is contained in:
R. Ryantm
2024-10-04 03:11:36 +00:00
parent 73bed75dbd
commit 18cb5cb442

View File

@@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "sudo-font";
version = "1.4";
version = "2.0.0";
src = fetchzip {
url = "https://github.com/jenskutilek/sudo-font/releases/download/v${version}/sudo.zip";
hash = "sha256-d0KOxINOw5G7V8c/hhgktHnSqeGNrE3Nd3ngSKSlBhc=";
hash = "sha256-WjhNWwAeb6f7tlvXMr6Q7mtNnaWbHSnBtXK6Ba3YOW4=";
};
installPhase = ''