iosevka-comfy: 0.2.1 > 0.3.1

This commit is contained in:
Daniel Nagy 2022-07-31 18:14:47 +02:00 committed by Damien Cassou
parent b49b6daedf
commit 8fd867f047
No known key found for this signature in database
GPG key ID: B68746238E59B548

View file

@ -2,12 +2,12 @@
let
sets = [ "comfy" "comfy-fixed" "comfy-duo" "comfy-wide" "comfy-wide-fixed" ];
version = "0.2.1";
version = "0.3.1";
src = fetchFromGitHub {
owner = "protesilaos";
repo = "iosevka-comfy";
rev = version;
sha256 = "sha256-Ki3/8REmVb1XtvchdLZJ9Zc+EoP3LP9tvruuP/K1Xpo=";
sha256 = "sha256-SMy3Kqve65ZU13lf1vZQR61mH7gcl1DvIZt3yD6tIf4=";
};
privateBuildPlan = src.outPath + "/private-build-plans.toml";
overrideAttrs = (attrs: {