Unverified Commit 2646bb18 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

iosevka: 33.3.5 -> 33.3.6 (#468524)

parents 5f71711b 4b3e39a2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -58,16 +58,16 @@ assert (extraParameters != null) -> set != null;

buildNpmPackage rec {
  pname = "Iosevka${toString set}";
  version = "33.3.5";
  version = "33.3.6";

  src = fetchFromGitHub {
    owner = "be5invis";
    repo = "iosevka";
    rev = "v${version}";
    hash = "sha256-DLLUM2ogC5kFFyOcwd1kkUgJEJEFO5VgSdfrRTKQKM4=";
    hash = "sha256-/Bex4N+3xnYwteO85UaqrIKL5qGnYgSJYO9ET/WEUjM=";
  };

  npmDepsHash = "sha256-avjEEJFr9918FzgE1Yxx9S6KRY0A940nlaKVcjkmepI=";
  npmDepsHash = "sha256-6TTcXFf9z3ebL4l+++0DS26BJVnwzIi7hU2R1H0DF44=";

  nativeBuildInputs = [
    remarshal