packages/stevenblack-hosts: rename pin to stevenblack-hosts

This commit is contained in:
Max Headroom 2022-07-30 19:49:22 +02:00
parent fe05355c46
commit 8e6543c662
2 changed files with 3 additions and 3 deletions

View file

@ -1,12 +1,12 @@
{ stdenvNoCC, npins, pins }: { stdenvNoCC, npins, pins }:
let let
src = npins.mkSource pins.stevenblack; src = npins.mkSource pins.stevenblack-hosts;
in in
stdenvNoCC.mkDerivation { stdenvNoCC.mkDerivation {
pname = "stevenblack-hosts"; pname = "stevenblack-hosts";
inherit (pins.stevenblack) version; inherit (pins.stevenblack-hosts) version;
buildCommand = '' buildCommand = ''
cp ${src}/hosts $out cp ${src}/hosts $out
''; '';

View file

@ -12,7 +12,7 @@
"url": "https://github.com/searxng/searxng/archive/88733c0ce6e76a78593b8e4060e33a617cce3cd8.tar.gz", "url": "https://github.com/searxng/searxng/archive/88733c0ce6e76a78593b8e4060e33a617cce3cd8.tar.gz",
"hash": "1pamar97lh0pbkbxqxn4grf9h98jg9xddrz98rgabvriz32rkn6l" "hash": "1pamar97lh0pbkbxqxn4grf9h98jg9xddrz98rgabvriz32rkn6l"
}, },
"stevenblack": { "stevenblack-hosts": {
"type": "GitRelease", "type": "GitRelease",
"repository": { "repository": {
"type": "GitHub", "type": "GitHub",