update MLIR revision to llvmorg-17-init (hash...)

This commit is contained in:
Felix Suchert 2023-01-27 11:29:03 +01:00
parent 376be0d393
commit 904defc1d0
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
2 changed files with 4 additions and 4 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1674407282, "lastModified": 1674692158,
"narHash": "sha256-2qwc8mrPINSFdWffPK+ji6nQ9aGnnZyHSItVcYDZDlk=", "narHash": "sha256-oqGpwVg4D+eMSgF7Th5Ve1ysCiH3H3g85vGJ3nvJsZQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ab1254087f4cdf4af74b552d7fc95175d9bdbb49", "rev": "def9e420d27c951026d57dc96ce0218c3131f412",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -41,7 +41,7 @@
owner = "llvm"; owner = "llvm";
repo = "llvm-project"; repo = "llvm-project";
rev = gitRevision; rev = gitRevision;
sha256 = "sha256-j+ladpx8NfJGszj17oRkgvb4U2race+2DTKLtRZGeUM="; sha256 = "sha256-IAiG7pM+j3dGRb7WzkhWNu0aBgC2plXV0D0DpyuM9tc=";
}; };
sourceRoot = "source/llvm"; sourceRoot = "source/llvm";