librelane: 3.0.0rc1 -> 3.0.0 (#503691)

This commit is contained in:
Gaétan Lepage
2026-03-26 13:14:28 +00:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
+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 = [
+4 -2
View File
@@ -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";