IHaskell/flake.lock
Vaibhav Sagar c42eecaeb6
flake.lock: Update (#1494)
Flake lock file updates:

• Updated input 'hls':
    'github:haskell/haskell-language-server/2b8f3438ca433fcde98626f02397378e493d1113?narHash=sha256-Opp3moBpQD874qjXkpXQsJYxGYNEJM3mgaBIS4qr/7U%3D' (2024-05-10)
  → 'github:haskell/haskell-language-server/b43dcbb8cf07fbaecc81a769a3a25aecffc5c674?narHash=sha256-VSbZYEkmVuYYlUvNRT6ucu8K1QVFSnqG5DTxMRmoaxM%3D' (2024-05-18)
• Updated input 'nixpkgs23_11':
    'github:NixOS/nixpkgs/8e47858badee5594292921c2668c11004c3b0142?narHash=sha256-q0OFeZqKQaik2U8wwGDsELEkgoZMK7gvfF6tTXkpsqE%3D' (2024-05-11)
  → 'github:NixOS/nixpkgs/e7cc61784ddf51c81487637b3031a6dd2d6673a2?narHash=sha256-H0eCta7ahEgloGIwE/ihkyGstOGu%2BkQwAiHvwVoXaA0%3D' (2024-05-18)
• Updated input 'nixpkgsMaster':
    'github:NixOS/nixpkgs/e1fce3f66f22935585607eedcc26f9eb8d8ab166?narHash=sha256-t1hH6eW29RNPxnblXfajmnL4KUyHgAFD9kJ8hogbSeA%3D' (2024-05-12)
  → 'github:NixOS/nixpkgs/68ead29211bb9890f494af3a8b5643a831d9d4c4?narHash=sha256-0zL73zK5tB1NbzvB5all6%2B5W9I42RGCENNvddaIjuZg%3D' (2024-05-19)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-20 15:23:14 +10:00

150 lines
3.8 KiB
JSON

{
"nodes": {
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"hls": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils": [
"flake-utils"
],
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1716035977,
"narHash": "sha256-VSbZYEkmVuYYlUvNRT6ucu8K1QVFSnqG5DTxMRmoaxM=",
"owner": "haskell",
"repo": "haskell-language-server",
"rev": "b43dcbb8cf07fbaecc81a769a3a25aecffc5c674",
"type": "github"
},
"original": {
"owner": "haskell",
"repo": "haskell-language-server",
"type": "github"
}
},
"nix-filter": {
"locked": {
"lastModified": 1710156097,
"narHash": "sha256-1Wvk8UP7PXdf8bCCaEoMnOT1qe5/Duqgj+rL8sRQsSM=",
"owner": "numtide",
"repo": "nix-filter",
"rev": "3342559a24e85fc164b295c3444e8a139924675b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "nix-filter",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1705623190,
"narHash": "sha256-mKwUzDaqnZHO3MIfh6Vg2cT7H/5KVvy3mvTipiU1Jt0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9a3af09826447de299cc31571b07c0ebb8bc37a0",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "haskell-updates",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs23_11": {
"locked": {
"lastModified": 1716061101,
"narHash": "sha256-H0eCta7ahEgloGIwE/ihkyGstOGu+kQwAiHvwVoXaA0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e7cc61784ddf51c81487637b3031a6dd2d6673a2",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-23.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgsMaster": {
"locked": {
"lastModified": 1716079099,
"narHash": "sha256-0zL73zK5tB1NbzvB5all6+5W9I42RGCENNvddaIjuZg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "68ead29211bb9890f494af3a8b5643a831d9d4c4",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"hls": "hls",
"nix-filter": "nix-filter",
"nixpkgs23_11": "nixpkgs23_11",
"nixpkgsMaster": "nixpkgsMaster"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}