Unverified Commit 4e0b4e72 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

librelane: 3.0.0rc1 -> 3.0.0 (#503691)

parents 1820df29 97abdaa3
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 = [
+4 −2
Original line number Diff line number Diff line
@@ -20,16 +20,18 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "magic-vlsi";
  version = "8.3.602";
  version = "8.3.628";

  src = fetchFromGitHub {
    owner = "RTimothyEdwards";
    repo = "magic";
    tag = finalAttrs.version;
    hash = "sha256-jNcuTdBHyVUEvdavIaB2LfMBKhHZkCxFOYyA2kBezqc=";
    hash = "sha256-Zs9M2UgN+tIty7/DwLKVLjrPZxfd0qpM90F9QjUI6wM=";
    leaveDotGit = true;
  };

  hardeningDisable = [ "fortify" ];

  patches = [
    (fetchpatch {
      name = "fix-buffer-overflow-runstats.patch";