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 }:
let
src = npins.mkSource pins.stevenblack;
src = npins.mkSource pins.stevenblack-hosts;
in
stdenvNoCC.mkDerivation {
pname = "stevenblack-hosts";
inherit (pins.stevenblack) version;
inherit (pins.stevenblack-hosts) version;
buildCommand = ''
cp ${src}/hosts $out
'';

View file

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