Unverified Commit 97abdaa3 authored by Andreas Wendleder's avatar Andreas Wendleder
Browse files

librelane: 3.0.0rc1 -> 3.0.0

- Update to stable release 3.0.0.
- Update source hash to match the new tag.
parent 52898be5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [