nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #233299 from lunik1/iosevka_22.2.0→23.0.0

iosevka: 22.1.0 -> 23.0.0

authored by

Mario Rodas and committed by
GitHub
d8c8141b d541ef50

+3 -3
+3 -3
pkgs/data/fonts/iosevka/default.nix
··· 55 55 56 56 buildNpmPackage rec { 57 57 pname = if set != null then "iosevka-${set}" else "iosevka"; 58 - version = "22.1.0"; 58 + version = "23.0.0"; 59 59 60 60 src = fetchFromGitHub { 61 61 owner = "be5invis"; 62 62 repo = "iosevka"; 63 63 rev = "v${version}"; 64 - hash = "sha256-aq8IKWGOOYf83ed5Z10/B+42SsI7JY5ED3AwAlk/24k="; 64 + hash = "sha256-j7JE9UHG4xho0a4TqG5rpCJkYyVxgoLxBuRtNMGfkrw="; 65 65 }; 66 66 67 - npmDepsHash = "sha256-6zt7q5aGb6jaa6YBr4HqawZjf2jqNnR9xQM/abKpT04="; 67 + npmDepsHash = "sha256-/zutJ4kwGqBe3snMxyvReJdvlcsm+02ZZyFMdNN6gmc="; 68 68 69 69 nativeBuildInputs = [ 70 70 remarshal