nimPackages.taps: 20221228 -> 20230331

This commit is contained in:
Emery Hemingway 2023-07-16 20:00:13 +01:00
parent 2f3258a704
commit 7318bbd95a

View File

@ -2,12 +2,12 @@
buildNimPackage rec {
pname = "taps";
version = "20221228";
version = "20230331";
src = fetchFromSourcehut {
owner = "~ehmry";
repo = "nim_${pname}";
rev = version;
hash = "sha256-0EjMP5pIPJg4/3nzj6ECC68f709TS06OrJlTZ0tavEo=";
hash = "sha256-p2DBJWFwS82oHPq0uMCtZWFbn8GFndEJBjhkHeuPGos=";
};
propagatedBuildInputs = [ getdns ];
doCheck = false;