/ ruby / flake.lock
flake.lock
 1  {
 2    "nodes": {
 3      "flake-utils": {
 4        "locked": {
 5          "lastModified": 1667077288,
 6          "narHash": "sha256-bdC8sFNDpT0HK74u9fUkpbf1MEzVYJ+ka7NXCdgBoaA=",
 7          "owner": "numtide",
 8          "repo": "flake-utils",
 9          "rev": "6ee9ebb6b1ee695d2cacc4faa053a7b9baa76817",
10          "type": "github"
11        },
12        "original": {
13          "owner": "numtide",
14          "repo": "flake-utils",
15          "type": "github"
16        }
17      },
18      "nixpkgs": {
19        "locked": {
20          "lastModified": 1677655039,
21          "narHash": "sha256-IsU0SSBUOr/qYTkiwIgXQ91Io/2bfXI7PG4MoJritLA=",
22          "owner": "NixOS",
23          "repo": "nixpkgs",
24          "rev": "96a40fa5e8dee644ba60c8a966adadd2d448104a",
25          "type": "github"
26        },
27        "original": {
28          "owner": "NixOS",
29          "ref": "release-22.11",
30          "repo": "nixpkgs",
31          "type": "github"
32        }
33      },
34      "root": {
35        "inputs": {
36          "flake-utils": "flake-utils",
37          "nixpkgs": "nixpkgs"
38        }
39      }
40    },
41    "root": "root",
42    "version": 7
43  }