librelane: 3.0.0rc1 -> 3.0.0

- Update to stable release 3.0.0.
- Update source hash to match the new tag.
This commit is contained in:
Andreas Wendleder
2026-03-26 10:42:59 +01:00
parent 52898be599
commit 97abdaa387
+2 -2
View File
@@ -23,14 +23,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "librelane";
version = "3.0.0rc1";
version = "3.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "librelane";
repo = "librelane";
tag = finalAttrs.version;
hash = "sha256-oEMybXxnOyCbUEsJWtBMuV+6XSg9Y8wKrbR9pm/GI5U=";
hash = "sha256-BZmoneeMpnnQ2wUb5sorLFsFZsLaKclhAtCIiMsW8Qc=";
};
build-system = [