packages/stevenblack-hosts: init at 3.10.2
This commit is contained in:
parent
0f8ce38789
commit
c521345bbf
3 changed files with 21 additions and 0 deletions
5
packages/data/stevenblack/default.nix
Normal file
5
packages/data/stevenblack/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ runCommandLocal, pins }:
|
||||||
|
|
||||||
|
runCommandLocal "stevenblack-hosts-${pins.stevenblack.version}" {} ''
|
||||||
|
cp ${pins.stevenblack}/hosts $out
|
||||||
|
''
|
|
@ -72,6 +72,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
sips = pkgs.callPackage ./servers/sips { };
|
sips = pkgs.callPackage ./servers/sips { };
|
||||||
|
|
||||||
|
stevenblack-hosts = pkgs.callPackage ./data/stevenblack { inherit pins; };
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells = {
|
devShells = {
|
||||||
|
|
|
@ -12,6 +12,20 @@
|
||||||
"url": "https://github.com/searxng/searxng/archive/fddbc5ed00ded5f28ef3b643686e7c177a3a75ce.tar.gz",
|
"url": "https://github.com/searxng/searxng/archive/fddbc5ed00ded5f28ef3b643686e7c177a3a75ce.tar.gz",
|
||||||
"hash": "0z17cxsvkgrinrd2rrkvwynnn6m1k2ljgw4nmply6zri48fifypj"
|
"hash": "0z17cxsvkgrinrd2rrkvwynnn6m1k2ljgw4nmply6zri48fifypj"
|
||||||
},
|
},
|
||||||
|
"stevenblack": {
|
||||||
|
"type": "GitRelease",
|
||||||
|
"repository": {
|
||||||
|
"type": "GitHub",
|
||||||
|
"owner": "StevenBlack",
|
||||||
|
"repo": "hosts"
|
||||||
|
},
|
||||||
|
"pre_releases": false,
|
||||||
|
"version_upper_bound": null,
|
||||||
|
"version": "3.10.2",
|
||||||
|
"revision": "1b639d31ff13e8d2befa36a5354543130329fc1a",
|
||||||
|
"url": "https://api.github.com/repos/StevenBlack/hosts/tarball/3.10.2",
|
||||||
|
"hash": "0jb72r0msy7x4aa47nxjkb18k7qc6dj0gq7l5s3l2qi5s41knb1g"
|
||||||
|
},
|
||||||
"uptime-kuma": {
|
"uptime-kuma": {
|
||||||
"type": "GitRelease",
|
"type": "GitRelease",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue