librelane: 3.0.0rc0 -> 3.0.0rc1

This commit is contained in:
Andreas Wendleder
2026-03-12 23:05:08 +01:00
parent 2b5305b736
commit a55f57337d
+2 -2
View File
@@ -23,14 +23,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "librelane";
version = "3.0.0rc0";
version = "3.0.0rc1";
pyproject = true;
src = fetchFromGitHub {
owner = "librelane";
repo = "librelane";
tag = finalAttrs.version;
hash = "sha256-YG1/Exm1sXqydBvXQcSvRH3DcJbBMxu4P/AHytu9JMI=";
hash = "sha256-oEMybXxnOyCbUEsJWtBMuV+6XSg9Y8wKrbR9pm/GI5U=";
};
build-system = [