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

Merge pull request #259834 from lunik1/iosevka-27.2.0

iosevka: 27.1.0 -> 27.2.0
parents 77fe025f c0a8f7b9
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.1.0";
  version = "27.2.0";

  src = fetchFromGitHub {
    owner = "be5invis";
    repo = "iosevka";
    rev = "v${version}";
    hash = "sha256-KXF+ePMEwEUh0fs0cOELRmxOp9hHibDLfRdbffLcZDs=";
    hash = "sha256-jRUwXnsYzM4BH+tEM6xuoB3/MFqbnR0deT3Slgkemvs=";
  };

  npmDepsHash = "sha256-NfR7OUVguMZVmeumf8oRaQK28G42zy6p6K+Hx4e1Kgw=";
  npmDepsHash = "sha256-6ikjJScy6iL8lZ9eE2JBz7+egRCNli4XC9hnEalX408=";

  nativeBuildInputs = [
    remarshal