Unverified Commit 220a1d1b authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

librelane: 3.0.2 -> 3.0.3 (#516369)

parents a5837798 fd0fb75f
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "librelane";
  version = "3.0.2";
  version = "3.0.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "librelane";
    repo = "librelane";
    tag = finalAttrs.version;
    hash = "sha256-JxWuaOBhkjjw4sp7l++QF+0EzGIhPAOaJcKwwmdTg+w=";
    hash = "sha256-SA0y5ooqfDaoVlXzsHStG3uhBuyu9t9T2ej+49csizw=";
  };

  build-system = [
@@ -93,7 +93,12 @@ python3Packages.buildPythonApplication (finalAttrs: {
  '';

  passthru = {
    updateScript = nix-update-script { };
    updateScript = nix-update-script {
      extraArgs = [
        "--version-regex"
        "^([0-9.]+)$"
      ];
    };
  };

  meta = {