IHaskell/flake.lock
Vaibhav Sagar d43b42f282
flake.lock: Update (#1518)
Flake lock file updates:

• Updated input 'hls':
    'github:haskell/haskell-language-server/9f4d6732ed0cc34cbcdb80370a8f8b680554385d?narHash=sha256-H8OO5iqur2l5HswsbbcvHFLpLMTMsH%2Ba4lFaMxes/Cg%3D' (2024-08-28)
  → 'github:haskell/haskell-language-server/f628754f20b63745d2312c392358dfdd0700837e?narHash=sha256-90WrnmTumnVXzMxK47CkXkcpu/qHj026TXKq7r3SBZs%3D' (2024-09-09)
• Updated input 'nixpkgs24_05':
    'github:NixOS/nixpkgs/a69b3373fbc9deedd1d91ee269c6d274db2c3d28?narHash=sha256-H3Zu2dHlEcY5M30u66VuYK0FgsN62lDj4wDYmspwAWU%3D' (2024-09-08)
  → 'github:NixOS/nixpkgs/10b0c212b6bd2b8155f7cdf03e5018dbd50c7cb6?narHash=sha256-2RdFaah7wwLKlJ5DO/BBNQOpZW/nfRYGLoPrDGfKAcE%3D' (2024-09-14)
• Updated input 'nixpkgsMaster':
    'github:NixOS/nixpkgs/e215d870e01bb2c6c292a80fa8301e9a8e91425b?narHash=sha256-GBcVVZWidXBhQEBPZMM58jZZe44Vh1cVjJWk%2Bf3K044%3D' (2024-09-08)
  → 'github:NixOS/nixpkgs/9299cdf978e15f448cf82667b0ffdd480b44ee48?narHash=sha256-luAKNxWZ%2BZN0kaHchx1OdLQ71n81Y31ryNPWP1YRDZc%3D' (2024-09-15)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-16 04:52:55 +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": 1725866394,
"narHash": "sha256-90WrnmTumnVXzMxK47CkXkcpu/qHj026TXKq7r3SBZs=",
"owner": "haskell",
"repo": "haskell-language-server",
"rev": "f628754f20b63745d2312c392358dfdd0700837e",
"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": 1718149104,
"narHash": "sha256-Ds1QpobBX2yoUDx9ZruqVGJ/uQPgcXoYuobBguyKEh8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e913ae340076bbb73d9f4d3d065c2bca7caafb16",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs24_05": {
"locked": {
"lastModified": 1726341164,
"narHash": "sha256-2RdFaah7wwLKlJ5DO/BBNQOpZW/nfRYGLoPrDGfKAcE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "10b0c212b6bd2b8155f7cdf03e5018dbd50c7cb6",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-24.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgsMaster": {
"locked": {
"lastModified": 1726365531,
"narHash": "sha256-luAKNxWZ+ZN0kaHchx1OdLQ71n81Y31ryNPWP1YRDZc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9299cdf978e15f448cf82667b0ffdd480b44ee48",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"hls": "hls",
"nix-filter": "nix-filter",
"nixpkgs24_05": "nixpkgs24_05",
"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
}