iosevka: 24.1.0 -> 24.1.1
Diff: https://github.com/be5invis/iosevka/compare/v24.1.0...v24.1.1
This commit is contained in:
parent
7a9b483dd8
commit
1f3cc522ba
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 = "24.1.0";
|
||||
version = "24.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "be5invis";
|
||||
repo = "iosevka";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Th4+SUP1gqusGA680Ddh1YHUYJFJIe9zUSNE+NIDl40=";
|
||||
hash = "sha256-kzf/DFks/Ovhl6uMw5Bqhq+j+alrUd4E49jgSmp2E2k=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-ChK3fUqPX1F8CljJGNiquS+5ZTlpeBEuYRPGoxSsyuI=";
|
||||
npmDepsHash = "sha256-FKA3D05E5A0Z3wdCYLzoTyYKLay25sc3O61rOzkIN2E=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
remarshal
|
||||
|
|
Loading…
Reference in a new issue