Unverified Commit 6b9e2cd7 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #264051 from lunik1/iosevka-27.3.2

iosevka: 27.3.1 -> 27.3.2
parents 9c6f21d0 132dc357
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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