inter-nerdfont: 4.0 -> 4.1

This commit is contained in:
R. Ryantm 2024-11-16 02:53:03 +00:00
parent 8a95f3f42b
commit d891834397

View File

@ -8,12 +8,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "inter-nerdfont";
version = "4.0";
version = "4.1";
src = fetchzip {
url = "https://github.com/rsms/inter/releases/download/v${finalAttrs.version}/Inter-${finalAttrs.version}.zip";
stripRoot = false;
hash = "sha256-hFK7xFJt69n+98+juWgMvt+zeB9nDkc8nsR8vohrFIc=";
hash = "sha256-5vdKKvHAeZi6igrfpbOdhZlDX2/5+UvzlnCQV6DdqoQ=";
};
nativeBuildInputs = [