librelane: 3.0.0.dev49 -> 3.0.0.dev50

Diff: https://github.com/librelane/librelane/compare/3.0.0.dev49...3.0.0.dev50
This commit is contained in:
Andreas Wendleder
2026-02-04 14:22:05 +01:00
parent 552fa9808d
commit 92ab44666d
+2 -2
View File
@@ -22,14 +22,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "librelane";
version = "3.0.0.dev49";
version = "3.0.0.dev50";
pyproject = true;
src = fetchFromGitHub {
owner = "librelane";
repo = "librelane";
tag = finalAttrs.version;
hash = "sha256-g6bQMg9W0gbvJzVvO4ESeAtswbBoUVY3NXLK4UdOcGs=";
hash = "sha256-YDLX/aZEutoJ9Nu0aLvvDLwGH3HEGP+vtHdPFDbjEEU=";
};
build-system = [