sudo-font: 1.3 -> 1.4

This commit is contained in:
R. Ryantm 2024-08-03 02:51:14 +00:00
parent adb3cee87d
commit 8b204c1fff

View File

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