1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00
niv/nix/sources.json

27 lines
1.1 KiB
JSON
Raw Normal View History

2019-02-08 21:07:05 +03:00
{
"nixpkgs": {
2021-05-11 15:15:20 +03:00
"branch": "master",
2020-07-07 17:06:57 +03:00
"description": "Nix Packages collection",
"homepage": null,
2019-07-01 17:01:33 +03:00
"owner": "NixOS",
2020-07-07 17:06:57 +03:00
"repo": "nixpkgs",
2023-11-25 18:41:21 +03:00
"rev": "41e7ce9a0a29b26e5ca97fd0a4bd85765ed8f9ac",
"sha256": "1gp9qwyqwfv8x8k8rj11w7ajlb96a9njxsb5vg14dzadhn97slrc",
2019-07-01 17:01:33 +03:00
"type": "tarball",
2023-11-25 18:41:21 +03:00
"url": "https://github.com/NixOS/nixpkgs/archive/41e7ce9a0a29b26e5ca97fd0a4bd85765ed8f9ac.tar.gz",
2019-12-31 14:27:51 +03:00
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
2019-07-01 17:01:33 +03:00
"termtosvg": {
"branch": "develop",
"description": "Record terminal sessions as SVG animations",
"homepage": "https://nbedos.github.io/termtosvg/",
"owner": "nbedos",
"repo": "termtosvg",
2019-08-21 21:22:39 +03:00
"rev": "b97cc0132073111cec37f64c95539e869202ff99",
"sha256": "1c86622sda98zm3q3dzwmm37i09yca661kn860svl191nqbh2l68",
2019-07-01 17:01:33 +03:00
"type": "tarball",
2019-08-21 21:22:39 +03:00
"url": "https://github.com/nbedos/termtosvg/archive/b97cc0132073111cec37f64c95539e869202ff99.tar.gz",
2019-07-01 17:01:33 +03:00
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
2019-02-08 21:07:05 +03:00
}
2019-07-01 17:01:33 +03:00
}