update flake.lock

This commit is contained in:
Felix Suchert 2023-04-18 11:16:20 +02:00
parent 360067b244
commit 671074a196
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
2 changed files with 12 additions and 12 deletions

View file

@ -7,16 +7,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1678827852, "lastModified": 1681463409,
"narHash": "sha256-V8+w7LI9LWIShDV+bD4bEBmemM4tpJv9U5JNe+71LJk=", "narHash": "sha256-45QVqENffjy3t4WJyG5z68DqX0uUPrciGMS1slWu/2k=",
"owner": "Feliix42", "owner": "Feliix42",
"repo": "mlir.nix", "repo": "mlir.nix",
"rev": "dec3d6103757d4cdb9ea81162cfbc99fc3befd56", "rev": "a8fcf819c60a67ce7830aa9dc2b24018bdd25a5a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Feliix42", "owner": "Feliix42",
"ref": "circt", "ref": "main",
"repo": "mlir.nix", "repo": "mlir.nix",
"type": "github" "type": "github"
} }
@ -39,11 +39,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1681269223, "lastModified": 1681696129,
"narHash": "sha256-i6OeI2f7qGvmLfD07l1Az5iBL+bFeP0RHixisWtpUGo=", "narHash": "sha256-Ba2y1lmsWmmAOAoTD5G9UnTS/UqV0ZFyzysgdfu7qag=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "87edbd74246ccdfa64503f334ed86fa04010bab9", "rev": "de66115c552acc4e0c0f92c5a5efb32e37dfa216",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -62,11 +62,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1681303793, "lastModified": 1681737997,
"narHash": "sha256-JEdQHsYuCfRL2PICHlOiH/2ue3DwoxUX7DJ6zZxZXFk=", "narHash": "sha256-pHhjgsIkRMu80LmVe8QoKIZB6VZGRRxFmIvsC5S89k4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fe2ecaf706a5907b5e54d979fbde4924d84b65fc", "rev": "f00994e78cd39e6fc966f0c4103f908e63284780",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -10,8 +10,8 @@
#inputs.nixpkgs.follows = "nixpkgs"; #inputs.nixpkgs.follows = "nixpkgs";
#}; #};
mlir = { mlir = {
#url = "github:Feliix42/mlir.nix/main"; url = "github:Feliix42/mlir.nix/main";
url = "github:Feliix42/mlir.nix/circt"; #url = "github:Feliix42/mlir.nix/circt";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };