2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 00:54:40 +00:00

Merge pull request from lunik1/iosevka-27.3.2

iosevka: 27.3.1 -> 27.3.2
This commit is contained in:
Mario Rodas 2023-10-28 21:29:04 -05:00 committed by GitHub
commit 6b9e2cd7df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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