librelane: 3.0.0.dev50 -> 3.0.0.dev52

Diff: https://github.com/librelane/librelane/compare/3.0.0.dev50...3.0.0.dev52

Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
This commit is contained in:
Andreas Wendleder
2026-02-23 01:32:44 +01:00
co-authored by Gaétan Lepage
parent 2d52ed7a32
commit af70247b62
+2 -2
View File
@@ -23,14 +23,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "librelane";
version = "3.0.0.dev50";
version = "3.0.0.dev52";
pyproject = true;
src = fetchFromGitHub {
owner = "librelane";
repo = "librelane";
tag = finalAttrs.version;
hash = "sha256-YDLX/aZEutoJ9Nu0aLvvDLwGH3HEGP+vtHdPFDbjEEU=";
hash = "sha256-0Sh5KR0Yc4gVT2d88z1GCJZmnsE4CYMsecLjQwm/Rxs=";
};
build-system = [