mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 17:07:34 +00:00
iosevka: 25.0.1 -> 25.1.0
Diff: https://github.com/be5invis/iosevka/compare/v25.0.1...v25.1.0
This commit is contained in:
parent
f18b8ec8c6
commit
52c7bff8c3
@ -55,16 +55,16 @@ assert (extraParameters != null) -> set != null;
|
||||
|
||||
buildNpmPackage rec {
|
||||
pname = if set != null then "iosevka-${set}" else "iosevka";
|
||||
version = "25.0.1";
|
||||
version = "25.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "be5invis";
|
||||
repo = "iosevka";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-clbqr4hGtIkbgPYovYXHGW+FUTEjAn3Oq7aoPFMgGJU=";
|
||||
hash = "sha256-hxkdigJYP0bPn1+HWlq7DoL/jTYAO1WCJcQN2WI8j/U=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-TxMmUgwQPbSV+1qe0FEtSPAYwJRnpuQ+qOmWvrq9xKY=";
|
||||
npmDepsHash = "sha256-zIH2rt+uhYO1pwumu6LeIpKX1y4y9ajwxK/vAVwzz9Q=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
remarshal
|
||||
|
Loading…
Reference in New Issue
Block a user