iosevka-comfy: 0.4.0 -> 1.0.0
This commit is contained in:
parent
fdf6326758
commit
cd455767b0
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@ let
|
|||
"comfy-wide"
|
||||
"comfy-wide-fixed"
|
||||
];
|
||||
version = "0.4.0";
|
||||
version = "1.0.0";
|
||||
src = fetchFromSourcehut {
|
||||
owner = "~protesilaos";
|
||||
repo = "iosevka-comfy";
|
||||
rev = version;
|
||||
sha256 = "sha256-d3C5HNiZCd0xva6zvMP9NmvmeU4uXuaO04pbgIepwfw=";
|
||||
sha256 = "0psbz40hicv3v3x7yq26hy6nfbzml1kha24x6a88rfrncdp6bds7";
|
||||
};
|
||||
privateBuildPlan = src.outPath + "/private-build-plans.toml";
|
||||
overrideAttrs = (attrs: {
|
||||
|
|
Loading…
Reference in a new issue