nix: Update dependencies

This commit is contained in:
Las Safin 2021-10-26 20:17:17 +00:00
parent 6e5c03434a
commit 83b266cb81
2 changed files with 14 additions and 32 deletions

View File

@ -3,11 +3,11 @@
"alliance-check-toolkit": { "alliance-check-toolkit": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1624038537, "lastModified": 1635073274,
"narHash": "sha256-Z8erR1YbKR7ndHU75Yb6DOSzj07ZJB2GGx+zSJvNJ7Y=", "narHash": "sha256-pK0dV1ZY52TB/ZMBxXd2ekkspxSYt4h258js/I0NBWA=",
"ref": "master", "ref": "master",
"rev": "f28f970148e8f942fb2cf971d41333d42c1d886b", "rev": "0e5744fd98acadee44bc5cfc4949146f1d30506f",
"revCount": 269, "revCount": 291,
"type": "git", "type": "git",
"url": "https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git" "url": "https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git"
}, },
@ -16,34 +16,17 @@
"url": "https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git" "url": "https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git"
} }
}, },
"c4m-pdk-freepdk45": {
"flake": false,
"locked": {
"lastModified": 1615733320,
"narHash": "sha256-EFBYtNi9ZgLkaPrdM0lNVvfGp+/BMRH52Pm92GWcbPo=",
"owner": "Chips4Makers",
"repo": "c4m-pdk-freepdk45",
"rev": "985af7afbcfc3ae7c8fc7e78f688d4c5c78cab5e",
"type": "gitlab"
},
"original": {
"owner": "Chips4Makers",
"repo": "c4m-pdk-freepdk45",
"type": "gitlab"
}
},
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1630612789, "lastModified": 1635279144,
"narHash": "sha256-f1q5ExkMX2CBqBcRmrlnpewADt3EjhyncP/PfwUhK/Q=", "narHash": "sha256-YnTZ/BgZukF8wt2dFhl446H6NfOYTDfz7w3BzcW1V3k=",
"owner": "L-as", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "11f9ff27bc66bf653ccbbfae1412e6f5705e4a5c", "rev": "6fd9e0cec6118df8557407c66d8a880a2c6d0675",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "L-as", "owner": "NixOS",
"ref": "alliance",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -67,7 +50,6 @@
"root": { "root": {
"inputs": { "inputs": {
"alliance-check-toolkit": "alliance-check-toolkit", "alliance-check-toolkit": "alliance-check-toolkit",
"c4m-pdk-freepdk45": "c4m-pdk-freepdk45",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"pinmux": "pinmux", "pinmux": "pinmux",
"soclayout": "soclayout" "soclayout": "soclayout"
@ -76,11 +58,11 @@
"soclayout": { "soclayout": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1625141014, "lastModified": 1634647854,
"narHash": "sha256-9W104e0jl2raFWtVo/J/F9bfIPi67THR5YaftT8YmYI=", "narHash": "sha256-hNLjvVDlGzTvpSGfNkZtqXUtlfObqI5ORyWLJ7qfxHU=",
"ref": "master", "ref": "master",
"rev": "81d267598a931153815db6cbf0e44f86973575aa", "rev": "6316f6a48c6a6167603f01733b5df8300dae435c",
"revCount": 507, "revCount": 512,
"type": "git", "type": "git",
"url": "https://git.libre-soc.org/git/soclayout.git" "url": "https://git.libre-soc.org/git/soclayout.git"
}, },

View File

@ -4,7 +4,7 @@
description = "Coriolis is a free database, placement tool and routing tool for VLSI design."; description = "Coriolis is a free database, placement tool and routing tool for VLSI design.";
# Nixpkgs / NixOS version to use. # Nixpkgs / NixOS version to use.
inputs.nixpkgs.url = "github:L-as/nixpkgs?ref=alliance"; # for alliance inputs.nixpkgs.url = "github:NixOS/nixpkgs"; # for alliance
inputs.alliance-check-toolkit.url = "git+https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git"; inputs.alliance-check-toolkit.url = "git+https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git";
inputs.alliance-check-toolkit.flake = false; inputs.alliance-check-toolkit.flake = false;
inputs.soclayout.url = "git+https://git.libre-soc.org/git/soclayout.git"; inputs.soclayout.url = "git+https://git.libre-soc.org/git/soclayout.git";