Merge pull request #293399 from r-ryantm/auto-update/sudo-font

sudo-font: 1.0 -> 1.1
This commit is contained in:
Pol Dellaiera 2024-03-05 15:59:58 +01:00 committed by GitHub
commit 2f50eaa2c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "sudo-font";
version = "1.0";
version = "1.1";
src = fetchzip {
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 = ''