lpac: 2.2.1 -> 2.3.0

See changelog at https://github.com/estkme-group/lpac/releases/tag/v2.3.0
This commit is contained in:
Florian Klink
2025-08-21 16:20:21 +03:00
parent 321ef47789
commit d6eeba2a3e
+2 -2
View File
@@ -17,13 +17,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "lpac";
version = "2.2.1";
version = "2.3.0";
src = fetchFromGitHub {
owner = "estkme-group";
repo = "lpac";
tag = "v${finalAttrs.version}";
hash = "sha256-dxoYuX3dNj4piXQBqU4w1ICeyOGid35c+6ZITQiN6wA=";
hash = "sha256-ALne5sHB6ff7cHAWe0rFwpP/Yz4EhZBiOrgdM2B8+OE=";
};
env.LPAC_VERSION = finalAttrs.version;