aporetic: 1.1.0 -> 1.2.0 (#424539)

This commit is contained in:
Pol Dellaiera 2025-07-14 08:54:27 +02:00 committed by GitHub
commit 9ae46be22c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "aporetic-bin";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "protesilaos";
repo = "aporetic";
tag = finalAttrs.version;
hash = "sha256-5lPViAo9SztOdds6HEmKJpT17tgcxmU/voXDffxTMDI=";
hash = "sha256-1BbuC/mWEcXJxzDppvsukhNtdOLz0QosD6QqI/93Khc=";
};
installPhase = ''

View File

@ -14,12 +14,12 @@ let
"serif"
];
pname = "aporetic";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "protesilaos";
repo = "aporetic";
tag = version;
hash = "sha256-5lPViAo9SztOdds6HEmKJpT17tgcxmU/voXDffxTMDI=";
hash = "sha256-1BbuC/mWEcXJxzDppvsukhNtdOLz0QosD6QqI/93Khc=";
};
privateBuildPlan = src.outPath + "/private-build-plans.toml";
makeIosevkaFont =
@ -40,11 +40,11 @@ let
src = fetchFromGitHub {
owner = "be5invis";
repo = "iosevka";
tag = "v32.5.0";
hash = "sha256-MzsAkq5l4TP19UJNPW/8hvIqsJd94pADrrv8wLG6NMQ=";
tag = "v33.2.2";
hash = "sha256-dhMTcceHru/uLHRY4eWzFV+73ckCBBnDlizP3iY5w5w=";
};
npmDepsHash = "sha256-HeqwpZyHLHdMhd/UfXVBonMu+PhStrLCxAMuP/KuTT8=";
npmDepsHash = "sha256-5DcMV9N16pyQxRaK6RCoeghZqAvM5EY1jftceT/bP+o=";
}
);
});