iosevka: 27.3.1 -> 27.3.2
Diff: https://github.com/be5invis/iosevka/compare/v27.3.1...v27.3.2
This commit is contained in:
parent
b59bd02274
commit
132dc35748
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.3.1";
|
||||
version = "27.3.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "be5invis";
|
||||
repo = "iosevka";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-7ndJDdgDn5tnnUeB4etQ8bBZnH7NuiYoNQ9CrF2HtwQ=";
|
||||
hash = "sha256-an2/Aqb+5t61CkiBhwL9lA0WPxhIC+tDDjhn8alcqJQ=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-MNlT8VJTIvoZDAAdEs0Fa8gqO7dWhRR9I4Kw4qlW5Ig=";
|
||||
npmDepsHash = "sha256-BQTM/ea/X2iqRkX510fAzouPNcV7cUmtY7J/CSUMH7o=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
remarshal
|
||||
|
|
Loading…
Reference in a new issue