mirror of
https://github.com/Feliix42/mlir.nix.git
synced 2024-11-25 11:56:30 +00:00
Bump circt version
This commit is contained in:
parent
5323fc6184
commit
b9ce3bd944
2 changed files with 7 additions and 7 deletions
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1693087214,
|
"lastModified": 1693341273,
|
||||||
"narHash": "sha256-Kn1SSqRfPpqcI1MDy82JXrPT1WI8c03TA2F0xu6kS+4=",
|
"narHash": "sha256-wrsPjsIx2767909MPGhSIOmkpGELM9eufqLQOPxmZQg=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "f155f0cf4ea43c4e3c8918d2d327d44777b6cad4",
|
"rev": "2ab91c8d65c00fd22a441c69bbf1bc9b420d5ea1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
# git revision to use (for version and git pull
|
# git revision to use (for version and git pull
|
||||||
#llvmRevision = "llvmorg-17-init";
|
#llvmRevision = "llvmorg-17-init";
|
||||||
llvmRevision = "0a35ac6c2e0cb0160ca2e6cc11644c263692a46d";
|
llvmRevision = "08ed557714eed7f5cde9d1c5606f58280683884a";
|
||||||
circtRevision = "720846dd1611a336424e0d8a4ae81fd53b220ced";
|
circtRevision = "39b4f01a665e62b8770ea66b31abe7c1b8a9bfb2";
|
||||||
|
|
||||||
# to work with older version of flakes
|
# to work with older version of flakes
|
||||||
lastModifiedDate = self.lastModifiedDate or self.lastModified or "19700101";
|
lastModifiedDate = self.lastModifiedDate or self.lastModified or "19700101";
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
owner = "llvm";
|
owner = "llvm";
|
||||||
repo = "llvm-project";
|
repo = "llvm-project";
|
||||||
rev = llvmRevision;
|
rev = llvmRevision;
|
||||||
sha256 = "sha256-e8Rr1NZznjnNo3GvD1VSx8yb2ZcUdM2LtZDyNnwIJdU="; # lib.fakeSha256;
|
sha256 = "sha256-9fNCqUDWI3Rjizkps5vgLy0ZtMgFeFmyh1yCWLj8NVc="; # lib.fakeSha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "source/llvm";
|
sourceRoot = "source/llvm";
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
owner = "llvm";
|
owner = "llvm";
|
||||||
repo = "circt";
|
repo = "circt";
|
||||||
rev = circtRevision;
|
rev = circtRevision;
|
||||||
sha256 = "sha256-iPt50T5+yqTnZKzgR5C6UW97XXfiKR1vXzXTNnvZOjE="; # lib.fakeSha256;
|
sha256 = "sha256-/4UrcwVyQnOwJMpRn0tMfJi/zm5rmrnv9IBE7/2rOY8="; # lib.fakeSha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "source/";
|
sourceRoot = "source/";
|
||||||
|
|
Loading…
Reference in a new issue