nimPackages.taps: 20221228 -> 20230331
This commit is contained in:
parent
2f3258a704
commit
7318bbd95a
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
buildNimPackage rec {
|
buildNimPackage rec {
|
||||||
pname = "taps";
|
pname = "taps";
|
||||||
version = "20221228";
|
version = "20230331";
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
owner = "~ehmry";
|
owner = "~ehmry";
|
||||||
repo = "nim_${pname}";
|
repo = "nim_${pname}";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-0EjMP5pIPJg4/3nzj6ECC68f709TS06OrJlTZ0tavEo=";
|
hash = "sha256-p2DBJWFwS82oHPq0uMCtZWFbn8GFndEJBjhkHeuPGos=";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ getdns ];
|
propagatedBuildInputs = [ getdns ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in a new issue