iosevka: 27.2.0 -> 27.2.1
Diff: https://github.com/be5invis/iosevka/compare/v27.2.0...v27.2.1
This commit is contained in:
parent
6b835f2557
commit
7a40f33f09
1 changed files with 3 additions and 3 deletions
|
@ -55,16 +55,16 @@ assert (extraParameters != null) -> set != null;
|
|||
|
||||
buildNpmPackage rec {
|
||||
pname = if set != null then "iosevka-${set}" else "iosevka";
|
||||
version = "27.2.0";
|
||||
version = "27.2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "be5invis";
|
||||
repo = "iosevka";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-jRUwXnsYzM4BH+tEM6xuoB3/MFqbnR0deT3Slgkemvs=";
|
||||
hash = "sha256-+d6pONsAoA0iI7VCuDHBGGjZPaxgLToouQpFTaX6edY=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-6ikjJScy6iL8lZ9eE2JBz7+egRCNli4XC9hnEalX408=";
|
||||
npmDepsHash = "sha256-c/QvrDjjoq2o1le++e7D0Lb18wyZc/q6ct++rkgYtzg=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
remarshal
|
||||
|
|
Loading…
Reference in a new issue