ddcmqtt/flake.lock

175 lines
4.6 KiB
Plaintext
Raw Normal View History

2022-04-07 16:23:53 +01:00
{
"nodes": {
"devshell": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
2022-05-11 01:15:48 +01:00
"lastModified": 1649691969,
"narHash": "sha256-nY1aUWIyh3TcGVo3sn+3vyCh+tOiEZL4JtMX3aOZSeY=",
2022-04-07 16:23:53 +01:00
"owner": "numtide",
"repo": "devshell",
2022-05-11 01:15:48 +01:00
"rev": "e22633b05fec2fe196888c593d4d9b3f4f648a25",
2022-04-07 16:23:53 +01:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "devshell",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1642700792,
"narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "846b2ae0fc4cc943637d3d1def4454213e203cba",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"locked": {
2022-05-11 01:15:48 +01:00
"lastModified": 1649676176,
"narHash": "sha256-OWKJratjt2RW151VUlJPRALb7OU2S5s+f0vLj4o1bHM=",
2022-04-07 16:23:53 +01:00
"owner": "numtide",
"repo": "flake-utils",
2022-05-11 01:15:48 +01:00
"rev": "a4b154ebbdc88c8498a5c7b01589addc9e9cb678",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_3": {
"locked": {
"lastModified": 1637014545,
"narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4",
2022-04-07 16:23:53 +01:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"naersk": {
"inputs": {
"nixpkgs": "nixpkgs_2"
},
"locked": {
2022-05-11 01:15:48 +01:00
"lastModified": 1649096192,
"narHash": "sha256-7O8e+eZEYeU+ET98u/zW5epuoN/xYx9G+CIh4DjZVzY=",
2022-04-07 16:23:53 +01:00
"owner": "nix-community",
"repo": "naersk",
2022-05-11 01:15:48 +01:00
"rev": "d626f73332a8f587b613b0afe7293dd0777be07d",
2022-04-07 16:23:53 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "naersk",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1643381941,
"narHash": "sha256-pHTwvnN4tTsEKkWlXQ8JMY423epos8wUOhthpwJjtpc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5efc8ca954272c4376ac929f4c5ffefcc20551d5",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1641687203,
"narHash": "sha256-W6Xrb/l1x+E+WMVLw4q5HUnNjt3x4WQFSYJtjJtopbU=",
"path": "/nix/store/8hd2049cr4dz9myjcjjh6cjjapz1p107-source",
"rev": "00acdb2aa817048fbe1f91ece18fe7de09762531",
"type": "path"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1641687203,
"narHash": "sha256-W6Xrb/l1x+E+WMVLw4q5HUnNjt3x4WQFSYJtjJtopbU=",
"path": "/nix/store/8hd2049cr4dz9myjcjjh6cjjapz1p107-source",
"rev": "00acdb2aa817048fbe1f91ece18fe7de09762531",
"type": "path"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
2022-05-11 01:15:48 +01:00
"nixpkgs_4": {
"locked": {
"lastModified": 1637453606,
"narHash": "sha256-Gy6cwUswft9xqsjWxFYEnx/63/qzaFUwatcbV5GF/GQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8afc4e543663ca0a6a4f496262cd05233737e732",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2022-04-07 16:23:53 +01:00
"root": {
"inputs": {
"devshell": "devshell",
"flake-utils": "flake-utils_2",
"naersk": "naersk",
2022-05-11 01:15:48 +01:00
"nixpkgs": "nixpkgs_3",
"rust-overlay": "rust-overlay"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": "flake-utils_3",
"nixpkgs": "nixpkgs_4"
},
"locked": {
"lastModified": 1649644592,
"narHash": "sha256-q4vQ54pmCC+b5+bdsH2/90jIeiydTAJhF2IvP13r3yA=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "4770c6c6cb518d2c5b660c5099816c3512d8bdad",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
2022-04-07 16:23:53 +01:00
}
}
},
"root": "root",
"version": 7
}