Commit 1691576f authored by R. RyanTM's avatar R. RyanTM
Browse files

iosevka: 29.0.4 -> 29.0.5

parent 0a087411
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 = "Iosevka${toString set}";
  version = "29.0.4";
  version = "29.0.5";

  src = fetchFromGitHub {
    owner = "be5invis";
    repo = "iosevka";
    rev = "v${version}";
    hash = "sha256-dkFvgiGCHvBp7gBNAG08cfpTc0c7b2oU56xfxjPHhm8=";
    hash = "sha256-Ir/HS9MFqOO7CDDLnqFX+6vCg06U5cYAcNKFyh5Ioc8=";
  };

  npmDepsHash = "sha256-IvMO0LZy/vlNxsp2D5pK97l6OIltrjv8iZ2CGl2XhFM=";
  npmDepsHash = "sha256-tzrMAZv1ATYwPVBUiDm4GPVj+TVAA3hMdc3MrdblOIw=";

  nativeBuildInputs = [
    remarshal