We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4257c commit 97bee29Copy full SHA for 97bee29
pkgs/by-name/ap/aporetic/package.nix
@@ -14,12 +14,12 @@ let
14
"serif"
15
];
16
pname = "aporetic";
17
- version = "1.0.0";
+ version = "1.1.0";
18
src = fetchFromGitHub {
19
owner = "protesilaos";
20
repo = pname;
21
rev = version;
22
- sha256 = "sha256-5m4iT77FFsJf6N1FIsCtk5Z0IEOVUGCceXiT2n5dZUg=";
+ sha256 = "sha256-5lPViAo9SztOdds6HEmKJpT17tgcxmU/voXDffxTMDI=";
23
};
24
privateBuildPlan = src.outPath + "/private-build-plans.toml";
25
makeIosevkaFont =
0 commit comments